From c84f36538cb4bd71a3591e3416766d032dc406b9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 4 Apr 2025 10:11:06 +0200 Subject: Laptop updates --- modules/software-templates/steam.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/software-templates/steam.nix (limited to 'modules/software-templates') 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 -- cgit 1.5.1