aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites/desktop/default.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 13:00:35 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:50 -0700
commit1679fced2ecd5d2d2a78e5ccfe747273dbf3f5cb (patch)
tree24bf5016b939734cb292d9352bcdbefbe33d1906 /snowfall/modules/home/suites/desktop/default.nix
parentbd43b5fa64235b2145cdeeb7409cd11636e7754e (diff)
migration: reclassify some apps as desktop components
Diffstat (limited to 'snowfall/modules/home/suites/desktop/default.nix')
-rw-r--r--snowfall/modules/home/suites/desktop/default.nix11
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;
};
};
};
}
+