summary refs log tree commit diff
path: root/modules/software-templates
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-04 10:11:06 +0200
committerRory& <root@rory.gay>2025-04-04 10:11:06 +0200
commitc84f36538cb4bd71a3591e3416766d032dc406b9 (patch)
tree0e433122cb2d656bbe554fff23e810539a75383a /modules/software-templates
parentServer changes (diff)
downloadRory-Open-Architecture-c84f36538cb4bd71a3591e3416766d032dc406b9.tar.xz
Laptop updates
Diffstat (limited to 'modules/software-templates')
-rw-r--r--modules/software-templates/steam.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/software-templates/steam.nix b/modules/software-templates/steam.nix
new file mode 100644

index 0000000..ac548a7 --- /dev/null +++ b/modules/software-templates/steam.nix
@@ -0,0 +1,15 @@ +{ pkgs, ... }: { + programs.steam = { + enable = true; + gamescopeSession.enable = true; + extraCompatPackages = with pkgs; [ + steam-play-none + proton-ge-bin + ]; + }; + + environment.systemPackages = with pkgs; [ + steam-run + steam-acf + ]; +} \ No newline at end of file