commented out unfree bs
This commit is contained in:
@@ -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"
|
#];
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user