diff --git a/de/hypr/default.nix b/de/hypr/default.nix index f464e34..276eebb 100644 --- a/de/hypr/default.nix +++ b/de/hypr/default.nix @@ -5,7 +5,11 @@ }: { home.file = { ".config/hypr/hyprland.conf.d".source = ./hyprland.conf.d; - ".config/hypr/gamemode.sh".source = ./gamemode.sh; + # Gamemode script + ".config/hypr/gamemode.sh" = { + source = ./gamemode.sh; + executable = true; + }; # Hyprland launch wrapper ".local/bin/Hyprland" = { source = ../../bin/Hyprland;