nixmsi: allow unfree steam-unwrapped
This commit is contained in:
parent
88c2206fb7
commit
e13cd51c3b
|
@ -51,6 +51,7 @@
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"steam-original"
|
"steam-original"
|
||||||
|
"steam-unwrapped"
|
||||||
];
|
];
|
||||||
hardware = {
|
hardware = {
|
||||||
opentabletdriver.enable = true;
|
opentabletdriver.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue