Auto-commit: 2026-01-05 06:52:50

This commit is contained in:
2026-01-05 06:52:50 +00:00
parent bb9c21dc4e
commit 184fd1b0aa

View File

@@ -4,7 +4,7 @@ let
in in
{ {
programs.kitty.enable = cfg.enable; # required for the default Hyprland config programs.kitty.enable = cfg.enable; # required for the default Hyprland config
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = lib.mkIf cfg.hyprland.enable {
enable = true; enable = true;
# set the flake package # set the flake package
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;