From 21cdd1df02ccd45a1e7422c22ac717af141aa972 Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 17:33:02 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 17:33:02 --- 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..f5661ab 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 = lib.mkIf (cfg.enable && cfg.hyprland.enable) { enable = true; # set the flake package package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;