add kitty as required for default hyprland config
This commit is contained in:
@@ -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
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user