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 = {
enable = true;
};
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-unwrapped"
"steam-run"
];
#nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
# "steam"
# "steam-original"
# "steam-unwrapped"
# "steam-run"
#];
}