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 /roles/home/desktop/default.nix | |
| parent | 306d89a86f3637da0b043d54a0ee1e0a8a10ed0c (diff) | |
migration: kitty
Diffstat (limited to 'roles/home/desktop/default.nix')
| -rw-r--r-- | roles/home/desktop/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/home/desktop/default.nix b/roles/home/desktop/default.nix index 5224afe..5ce2c12 100644 --- a/roles/home/desktop/default.nix +++ b/roles/home/desktop/default.nix @@ -61,7 +61,6 @@ let cfg = config.home.roles.desktop; in { programs = { rofi.enable = true; - kitty.enable = true; mpv.enable = cfg.mpv; fastfetch.enable = cfg.fetch; |