diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-02-25 22:23:59 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-02-25 22:24:10 -0500 |
| commit | 18df048634c9d2db71600212c9578417c341add8 (patch) | |
| tree | 5adea22e5a9f6ccdb9b1494642fa8d29996a74fc /nixos | |
| parent | 6f7dea05e7d1929936989e349ef43e9d42215b66 (diff) | |
| download | home-18df048634c9d2db71600212c9578417c341add8.tar.gz | |
nixos: better proton compat
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index 46e68d5..c0e66ce 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -165,6 +165,10 @@ in programs.steam = { enable = true; + protontricks.enable = true; + extraCompatPackages = with pkgs; [ + proton-ge-bin + ]; }; programs.gamescope = { enable = true; |