fix(hypr): Fixed gamemode.sh
script not being linked executable
This commit is contained in:
parent
f1b7186ca0
commit
4011185682
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue