commented out unfree bs

This commit is contained in:
2025-11-22 10:49:22 +02:00
parent 1f1393bc6a
commit ebd66779a3

View File

@@ -6,11 +6,10 @@
programs.steam = { programs.steam = {
enable = true; enable = true;
}; };
nixpkgs.config.allowUnfreePredicate = pkg: #nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
builtins.elem (lib.getName pkg) [ # "steam"
"steam" # "steam-original"
"steam-original" # "steam-unwrapped"
"steam-unwrapped" # "steam-run"
"steam-run" #];
];
} }