diff --git a/modules/programs/hypr/hyprland.nix b/modules/programs/hypr/hyprland.nix index 5ddc1a5..334a9ad 100644 --- a/modules/programs/hypr/hyprland.nix +++ b/modules/programs/hypr/hyprland.nix @@ -412,6 +412,8 @@ in { "systemctl --user import-environment" "dbus-update-activation-environment --systemd --all" "hyprctl setcursor Bibata-Modern-Classic 24" + # ensures the systemd service knows what "hyprctl" is :) + (lib.mkIf config.mods.gaming.gamemode "systemctl try-restart gamemoded.service --user") # other programs "${browserName}"