aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites/desktop
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-07 22:02:39 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:49 -0700
commit78c444ec5e47ac383f1053a208fc7b46113eadfa (patch)
tree7d005515455f4ac77e4684531cbd7437fe1b01af /snowfall/modules/home/suites/desktop
parentb3f03d7d30e2bc855e85679f583e210837aec237 (diff)
migration: polybar
Diffstat (limited to 'snowfall/modules/home/suites/desktop')
-rw-r--r--snowfall/modules/home/suites/desktop/default.nix1
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;
};
};