diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-09 09:20:58 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-09 09:34:50 -0700 |
commit | 10cf36936e38067f0f2cca5887f732040af28574 (patch) | |
tree | 8be2de9a432d36a03e23c5443a7e0d2610ea9be5 /profiles/desktop | |
parent | ref(home): structure and add comments (diff) | |
download | world-10cf36936e38067f0f2cca5887f732040af28574.tar.gz |
ref(GTK): remove the profile for GTK
All the configuration is done at the host level. Change-Id: Ib5ef71ea7955f6872fb08f576e48b24a70600693 Reviewed-on: https://cl.fcuny.net/c/world/+/296 Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/profiles/desktop/default.nix b/profiles/desktop/default.nix index 1edc246..50b7828 100644 --- a/profiles/desktop/default.nix +++ b/profiles/desktop/default.nix @@ -12,10 +12,7 @@ in { # we need avahi in order to use the printer/scanner avahi.enable = true; }; - profiles = { - gtk.enable = true; - wm.windowManager = "sway"; - }; + profiles = { wm.windowManager = "sway"; }; programs = { sway.enable = true; }; }; }; |