diff --git a/home/desktop/hyprland.nix b/home/desktop/hyprland.nix index f5661ab..0add231 100644 --- a/home/desktop/hyprland.nix +++ b/home/desktop/hyprland.nix @@ -3,7 +3,6 @@ let cfg = nixosConfig.my.desktop; in { - programs.kitty.enable = cfg.enable; # required for the default Hyprland config wayland.windowManager.hyprland = lib.mkIf (cfg.enable && cfg.hyprland.enable) { enable = true; # set the flake package