From f0abe5a2b448dd13ac6478658ac29241ad49a369 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Tue, 4 Mar 2025 01:02:34 +0000 Subject: [PATCH] added gamemode to steam in configuration.nix --- hosts/gabbielaptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index c469491..c639968 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -187,6 +187,7 @@ # Enable steam and enable steam remoteplay programs.steam.enable = true; programs.steam.remotePlay.openFirewall = true; + programs.gamemode.enable = true; # This desperately needs moving to home.nix but the home-manager module is not yet available