summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-05-28 23:49:30 -0400
committerFreya Murphy <freya@freyacat.org>2026-05-28 23:49:30 -0400
commit62c2942818520068e45586c632a8789627b6b71f (patch)
treefbbdc4004ea378eb8678be429a0d32eeda7dca66
parentjust allow all unfree packages (diff)
downloaddotfiles-nix-62c2942818520068e45586c632a8789627b6b71f.tar.gz
dotfiles-nix-62c2942818520068e45586c632a8789627b6b71f.tar.bz2
dotfiles-nix-62c2942818520068e45586c632a8789627b6b71f.zip
install proton-ge for steam
-rw-r--r--system/gaming/steam.nix5
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