switch from proton-ge overlay to nixpkgs proton-ge-bin

This commit is contained in:
Noah Masur
2024-04-25 12:21:34 -04:00
parent e43fc0f8db
commit c066d27909
4 changed files with 2 additions and 51 deletions

View File

@ -20,13 +20,7 @@
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
package = pkgs.steam.override {
# Adapted in part from: https://github.com/Shawn8901/nix-configuration/blob/1c48be94238a9f463cf0bbd1e1842a4454286514/modules/nixos/steam-compat-tools/default.nix
# Based on: https://github.com/NixOS/nixpkgs/issues/73323
extraEnv = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS = lib.makeBinPath [ pkgs.proton-ge-custom ];
};
};
extraCompatPackages = [ pkgs.proton-ge-bin ];
};
environment.systemPackages = with pkgs; [