summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-02 17:06:56 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-02 17:06:56 -0500
commite6215356a3c974b3d69ecf6e2745a397636dfbcd (patch)
tree3db348ea09745d4519b7129a04ba1e6966a5d345 /hosts
parent00585084774bd03ad6ea31c4c49e8f65580c4bbd (diff)
downloadnixos-config-e6215356a3c974b3d69ecf6e2745a397636dfbcd.tar.gz
nixos-config-e6215356a3c974b3d69ecf6e2745a397636dfbcd.zip
hosts/ades/common: Enable more gui sets
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ades/common.nix2
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;