summaryrefslogtreecommitdiff
path: root/os/srv/gaming.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/srv/gaming.nix')
-rw-r--r--os/srv/gaming.nix19
1 files changed, 12 insertions, 7 deletions
diff --git a/os/srv/gaming.nix b/os/srv/gaming.nix
index 28e309a..7e9099d 100644
--- a/os/srv/gaming.nix
+++ b/os/srv/gaming.nix
@@ -42,14 +42,19 @@ in
general.renice = 10;
};
};
+ environment = {
+ # sets the optiscaler shortcut key to be home by default
+ sessionVariables = {
+ OPTISCALER_ShortcutKey = "0x24";
+ };
- home-manager.users.${username}.hm.soft.mangohud.enable = true;
-
- environment.systemPackages = with pkgs; [
- theclicker
- ludusavi
- protonplus
- ];
+ systemPackages = with pkgs; [
+ mangohud
+ theclicker
+ ludusavi
+ protonplus
+ ];
+ };
})
# --- EXTERNAL LAUNCHERS ---