fix(hypr): Fixed gamemode.sh script not being linked executable

This commit is contained in:
GaspardCulis 2024-09-22 10:03:11 +02:00
parent f1b7186ca0
commit 4011185682

View file

@ -5,7 +5,11 @@
}: { }: {
home.file = { home.file = {
".config/hypr/hyprland.conf.d".source = ./hyprland.conf.d; ".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 # Hyprland launch wrapper
".local/bin/Hyprland" = { ".local/bin/Hyprland" = {
source = ../../bin/Hyprland; source = ../../bin/Hyprland;