diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ades/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/ades/common.nix b/hosts/ades/common.nix index 8e1a1a1..e815a3b 100644 --- a/hosts/ades/common.nix +++ b/hosts/ades/common.nix @@ -19,6 +19,8 @@ in this.sets = { arch.tools = true; cli.tools.full = true; + gui.tools.full = true; + gui.fonts = true; net.tools.minimal = true; sound.tools = true; sys.tools = true; |