summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-02 16:55:53 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-02 17:06:31 -0500
commitd208bf8e95c8542ccecc499f7cf7eb100e1574b0 (patch)
tree13e170832d1127e25a9d969f52e7716e05164243 /hosts
parent29a18f5a8fb6915fc1dccc5ddd26356f19b17dfa (diff)
downloadnixos-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.nix2
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;