nixmsi: allow unfree steam-unwrapped
This commit is contained in:
parent
624dfabd46
commit
c10c32b456
|
@ -20,6 +20,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