From 37d2f38926619310224cd6d00112fe5c7ce066b1 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Sun, 30 Mar 2025 00:14:53 +1100 Subject: [PATCH] Add steam-hardware and gamescope --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 9c162db..8485996 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -186,6 +186,8 @@ }; programs.steam.gamescopeSession.enable = true; programs.steam.protontricks.enable = true; + hardware.steam-hardware.enable = true; + programs.gamescope.enable = true; programs.gamemode.enable = true; programs.gnupg.agent = {