add kitty as required for default hyprland config

This commit is contained in:
2026-01-23 19:59:42 +01:00
parent bcc2ca5cf0
commit 415f3bb057

View File

@@ -87,6 +87,12 @@ in {
libgnome-keyring
];
})
(lib.mkIf cfg.hyprland.enable {
programs.hyprland.enable = true; # enable Hyprland
environment.systemPackages = with pkgs; [
pkgs.kitty # required for the default Hyprland config
];
})
];
}