From e7b8039f565007a97e33e84310f79777473ae17f Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 6 Jan 2025 11:46:04 +0100 Subject: [PATCH] feat(games): add proton ge --- programs/games.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/games.nix b/programs/games.nix index 1f08d5d..4cee1ff 100644 --- a/programs/games.nix +++ b/programs/games.nix @@ -22,6 +22,7 @@ steam = { enable = true; gamescopeSession.enable = true; + extraCompatPackages = [ pkgs.proton-ge-bin ]; }; gamemode.enable = true;