aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites
diff options
context:
space:
mode:
Diffstat (limited to 'snowfall/modules/home/suites')
-rw-r--r--snowfall/modules/home/suites/desktop/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/desktop/default.nix b/snowfall/modules/home/suites/desktop/default.nix
index ff8dc37..97d4ddf 100644
--- a/snowfall/modules/home/suites/desktop/default.nix
+++ b/snowfall/modules/home/suites/desktop/default.nix
@@ -11,7 +11,10 @@ in {
cxl = {
apps = {
i3.enable = true;
+
polybar.enable = true;
+ picom.enable = true;
+
kitty.enable = true;
};
};