From 16c8c98e7ef294ab841fd1e648e117e38c9dc516 Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 18:31:25 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 18:31:25 --- home/desktop/hyprland.nix | 1 - 1 file changed, 1 deletion(-) 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