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

This commit is contained in:
2026-01-05 06:52:21 +00:00
parent 29fb042eba
commit bb9c21dc4e

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 = lib.mkIf cfg.hyprland.enable { wayland.windowManager.hyprland = {
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;