From 1eba5398fd09f98bd11cbf8c3b80f20bb9ce1f2d Mon Sep 17 00:00:00 2001 From: adikro Date: Fri, 12 Jun 2026 00:53:25 +0200 Subject: microvm and dns stuff --- os/srv/gaming.nix | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'os/srv/gaming.nix') 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 --- -- cgit v1.3