nixmsi: allow unfree steam-unwrapped
This commit is contained in:
parent
709ed64e8d
commit
9acb566ba7
|
@ -35,6 +35,7 @@
|
|||
"steam"
|
||||
"steam-original"
|
||||
"steam-runtime"
|
||||
"steam-unwrapped"
|
||||
"steamcmd"
|
||||
"osu-lazer-bin"
|
||||
];
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"steam-original"
|
||||
"steam-unwrapped"
|
||||
];
|
||||
hardware = {
|
||||
opentabletdriver.enable = true;
|
||||
|
|
Loading…
Reference in a new issue