aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites/desktop
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-07 21:43:17 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:48 -0700
commitf7ea743b013ab15bf71ba9130ed1943025901528 (patch)
tree7820eb29a51bff0e60060ba3f2eeb1340246b3cd /snowfall/modules/home/suites/desktop
parent306d89a86f3637da0b043d54a0ee1e0a8a10ed0c (diff)
migration: kitty
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 4b1b880..a67e481 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;
+ kitty.enable = true;
};
};
};