This commit is contained in:
2025-06-25 19:18:22 -07:00
parent e269c50306
commit b370184767
6 changed files with 9 additions and 35 deletions

View File

@@ -5,7 +5,6 @@
...
}:
{
nixpkgs.config.allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [
@@ -17,7 +16,6 @@
programs.steam = {
enable = true;
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
extraCompatPackages = with pkgs; [ proton-ge-bin ];
};