diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 11:00:53 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 11:00:53 +0100 |
| commit | 9a023a2c5805deda8c4b314c5aec7ff401e9b04f (patch) | |
| tree | ea2a4377f53f3a1f2331e21820eaa657616195e5 /modules/home/hyprland/kitty.nix | |
| parent | 6aa29d12ff9cdec1f5d722c2be9d68e506f7d52d (diff) | |
added required packages for hyprland
Diffstat (limited to 'modules/home/hyprland/kitty.nix')
| -rw-r--r-- | modules/home/hyprland/kitty.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/hyprland/kitty.nix b/modules/home/hyprland/kitty.nix index 30f35d5..11d4054 100644 --- a/modules/home/hyprland/kitty.nix +++ b/modules/home/hyprland/kitty.nix @@ -3,5 +3,5 @@ { programs.kitty = { enable = true; - } + }; }
\ No newline at end of file |
