From fff465557e59a6823a131ccde15e1e3ddad77b43 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 17 Oct 2024 16:44:41 -0700 Subject: Add GE Proton system wide --- hosts/common/optional/games.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/common') diff --git a/hosts/common/optional/games.nix b/hosts/common/optional/games.nix index 9a43c00..ab570ed 100644 --- a/hosts/common/optional/games.nix +++ b/hosts/common/optional/games.nix @@ -18,5 +18,8 @@ wineWowPackages.stagingFull ]; - programs.steam.enable = true; + programs.steam = { + enable = true; + extraCompatPackages = with pkgs; [ proton-ge-bin ]; + }; } -- cgit v1.2.3