diff options
Diffstat (limited to 'snowfall/modules/home/suites/desktop/default.nix')
| -rw-r--r-- | snowfall/modules/home/suites/desktop/default.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/snowfall/modules/home/suites/desktop/default.nix b/snowfall/modules/home/suites/desktop/default.nix index f80cadb..a98472a 100644 --- a/snowfall/modules/home/suites/desktop/default.nix +++ b/snowfall/modules/home/suites/desktop/default.nix @@ -10,19 +10,20 @@ in { config = mkIf cfg.enable { cxl = { apps = { + kitty.enable = true; + flameshot.enable = true; + }; + + desktop.components = { i3.enable = true; polybar.enable = true; rofi.enable = true; picom.enable = true; - kitty.enable = true; - flameshot.enable = true; - }; - - desktop.components = { gtk.enable = true; }; }; }; } + |