diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 22:07:51 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:49 -0700 |
| commit | b0478a9dc9121d083e5f568fed203ac9a74e1830 (patch) | |
| tree | ea729e627a7b6d99c123d3d0791d881b9a72314a /snowfall/modules/home/suites | |
| parent | 78c444ec5e47ac383f1053a208fc7b46113eadfa (diff) | |
migration: picom
Diffstat (limited to 'snowfall/modules/home/suites')
| -rw-r--r-- | snowfall/modules/home/suites/desktop/default.nix | 3 |
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; }; }; |