nixmsi: allow unfree steam-unwrapped
This commit is contained in:
parent
624dfabd46
commit
c10c32b456
|
@ -20,6 +20,7 @@
|
||||||
"steam"
|
"steam"
|
||||||
"steam-original"
|
"steam-original"
|
||||||
"steam-runtime"
|
"steam-runtime"
|
||||||
|
"steam-unwrapped"
|
||||||
"steamcmd"
|
"steamcmd"
|
||||||
"osu-lazer-bin"
|
"osu-lazer-bin"
|
||||||
];
|
];
|
||||||
|
|
|
@ -52,6 +52,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 = {
|
||||||
flipperzero.enable = true;
|
flipperzero.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue