summary refs log tree commit diff
path: root/modules/software-templates/steam.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software-templates/steam.nix')
-rw-r--r--modules/software-templates/steam.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/software-templates/steam.nix b/modules/software-templates/steam.nix

index ac548a7..2054b7d 100644 --- a/modules/software-templates/steam.nix +++ b/modules/software-templates/steam.nix
@@ -1,4 +1,5 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ programs.steam = { enable = true; gamescopeSession.enable = true; @@ -7,9 +8,9 @@ proton-ge-bin ]; }; - + environment.systemPackages = with pkgs; [ steam-run steam-acf ]; -} \ No newline at end of file +}