diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 22:02:39 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:49 -0700 |
| commit | 78c444ec5e47ac383f1053a208fc7b46113eadfa (patch) | |
| tree | 7d005515455f4ac77e4684531cbd7437fe1b01af /snowfall/modules/home/suites/desktop | |
| parent | b3f03d7d30e2bc855e85679f583e210837aec237 (diff) | |
migration: polybar
Diffstat (limited to 'snowfall/modules/home/suites/desktop')
| -rw-r--r-- | snowfall/modules/home/suites/desktop/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/desktop/default.nix b/snowfall/modules/home/suites/desktop/default.nix index a67e481..ff8dc37 100644 --- a/snowfall/modules/home/suites/desktop/default.nix +++ b/snowfall/modules/home/suites/desktop/default.nix @@ -11,6 +11,7 @@ in { cxl = { apps = { i3.enable = true; + polybar.enable = true; kitty.enable = true; }; }; |