From 2603bf2b6f4eaf1ba5300ca12175c054a1d2f036 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 14 Jan 2025 10:35:49 +0100 Subject: [PATCH] config: remove proton-ge from steam, add proton-plus --- config/home-manager/programs/games/default.nix | 1 + config/nixos/programs/games.nix | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config/home-manager/programs/games/default.nix b/config/home-manager/programs/games/default.nix index d273512..1217a85 100644 --- a/config/home-manager/programs/games/default.nix +++ b/config/home-manager/programs/games/default.nix @@ -5,5 +5,6 @@ pkgs.ankama-launcher pkgs.lutris pkgs.qbittorrent + pkgs.protonplus ]; } diff --git a/config/nixos/programs/games.nix b/config/nixos/programs/games.nix index 3ede3e9..a825437 100644 --- a/config/nixos/programs/games.nix +++ b/config/nixos/programs/games.nix @@ -1,10 +1,7 @@ -{pkgs, ...}: { +_: { programs = { steam = { enable = true; - extraCompatPackages = [ - pkgs.proton-ge-bin - ]; }; gamemode.enable = true;