diff --git a/home/desktop/hyprland.nix b/home/desktop/hyprland.nix index f11589a..28995f8 100644 --- a/home/desktop/hyprland.nix +++ b/home/desktop/hyprland.nix @@ -4,7 +4,7 @@ let in { programs.kitty.enable = cfg.enable; # required for the default Hyprland config - wayland.windowManager.hyprland = lib.mkIf cfg.hyprland.enable { + wayland.windowManager.hyprland = { enable = true; # set the flake package package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;