From bb9c21dc4e7ea922d547007c558ca6a0d0deecf8 Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 06:52:21 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 06:52:21 --- home/desktop/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;