diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-02 17:06:56 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-02 17:06:56 -0500 |
commit | e6215356a3c974b3d69ecf6e2745a397636dfbcd (patch) | |
tree | 3db348ea09745d4519b7129a04ba1e6966a5d345 /hosts | |
parent | 00585084774bd03ad6ea31c4c49e8f65580c4bbd (diff) | |
download | nixos-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.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; |