Auto-commit: 2026-01-05 17:33:02
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user