feat(steam): add proton pkg that doesn't change name in steam

This commit is contained in:
matt1432 2024-08-01 00:41:47 -04:00
parent f0b721c12d
commit a79cb29aaf
5 changed files with 34 additions and 3 deletions
devices
bbsteamie/modules/desktop
binto/modules

View file

@ -16,7 +16,7 @@ in {
remotePlay.openFirewall = true;
extraCompatPackages = [
pkgs.proton-ge-bin
self.packages.${pkgs.system}.proton-ge-latest
];
};

View file

@ -1,6 +1,7 @@
{
nix-gaming,
pkgs,
self,
...
}: {
imports = [
@ -12,8 +13,8 @@
enable = true;
remotePlay.openFirewall = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
extraCompatPackages = [
self.packages.${pkgs.system}.proton-ge-latest
];
platformOptimizations.enable = true;