diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-02 16:55:53 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-02 17:06:31 -0500 |
commit | d208bf8e95c8542ccecc499f7cf7eb100e1574b0 (patch) | |
tree | 13e170832d1127e25a9d969f52e7716e05164243 /hosts | |
parent | 29a18f5a8fb6915fc1dccc5ddd26356f19b17dfa (diff) | |
download | nixos-config-d208bf8e95c8542ccecc499f7cf7eb100e1574b0.tar.gz nixos-config-d208bf8e95c8542ccecc499f7cf7eb100e1574b0.zip |
modules/sets: Rename gui.{minimal,full} to gui.tools.{minimal,full}
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/thyme/packages.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/thyme/packages.nix b/hosts/thyme/packages.nix index 6916508..72182d4 100644 --- a/hosts/thyme/packages.nix +++ b/hosts/thyme/packages.nix @@ -7,7 +7,7 @@ cli.shell = true; comm.im = true; de.utils = true; - gui.full = true; + gui.tools.full = true; gui.theme = true; gui.fonts = true; image.utils = true; |