fix(steam): use correct proton-ge pkg
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-19 16:14:18 -04:00
parent 180d9fb93a
commit 8b49926435

View file

@ -9,8 +9,8 @@
enable = true;
remotePlay.openFirewall = true;
extraCompatPackages = [
nix-gaming.packages.${pkgs.system}.proton-ge
extraCompatPackages = with pkgs; [
proton-ge-bin
];
};
};