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