From 184fd1b0aa77429719423ab3e51f5a5c361cbc88 Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 06:52:50 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 06:52:50 --- 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 28995f8..f11589a 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 = { + wayland.windowManager.hyprland = lib.mkIf cfg.hyprland.enable { enable = true; # set the flake package package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;