diff options
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; }; }; }; |