diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-28 23:49:30 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-28 23:49:30 -0400 |
| commit | 62c2942818520068e45586c632a8789627b6b71f (patch) | |
| tree | fbbdc4004ea378eb8678be429a0d32eeda7dca66 | |
| parent | just allow all unfree packages (diff) | |
| download | dotfiles-nix-62c2942818520068e45586c632a8789627b6b71f.tar.gz dotfiles-nix-62c2942818520068e45586c632a8789627b6b71f.tar.bz2 dotfiles-nix-62c2942818520068e45586c632a8789627b6b71f.zip | |
install proton-ge for steam
| -rw-r--r-- | system/gaming/steam.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index 21344d4..756347c 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -24,6 +24,11 @@ in { # Fix new steam controller extest.enable = true; extraPackages = [pkgs.hidapi]; + + # add more proton versions + extraCompatPackages = with pkgs; [ + proton-ge-bin + ]; }; # controllers |