aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-07 22:07:51 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:49 -0700
commitb0478a9dc9121d083e5f568fed203ac9a74e1830 (patch)
treeea729e627a7b6d99c123d3d0791d881b9a72314a /snowfall/modules/home/suites
parent78c444ec5e47ac383f1053a208fc7b46113eadfa (diff)
migration: picom
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;
};
};