fix(hypr): Fix gamemode.sh
script not being linked by HM
This commit is contained in:
parent
92675c329d
commit
2b578bcf5f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
}: {
|
}: {
|
||||||
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;
|
||||||
# Hyprland launch wrapper
|
# Hyprland launch wrapper
|
||||||
".local/bin/Hyprland" = {
|
".local/bin/Hyprland" = {
|
||||||
source = ../../bin/Hyprland;
|
source = ../../bin/Hyprland;
|
||||||
|
|
Loading…
Reference in a new issue