diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 21:43:17 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:48 -0700 |
| commit | f7ea743b013ab15bf71ba9130ed1943025901528 (patch) | |
| tree | 7820eb29a51bff0e60060ba3f2eeb1340246b3cd /snowfall/modules/home/suites | |
| parent | 306d89a86f3637da0b043d54a0ee1e0a8a10ed0c (diff) | |
migration: kitty
Diffstat (limited to 'snowfall/modules/home/suites')
| -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 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; }; }; }; |