nixmsi: allow unfree steam-unwrapped

This commit is contained in:
chayleaf 2024-11-24 11:15:22 +07:00
parent 624dfabd46
commit c10c32b456
Signed by: chayleaf
GPG key ID: 78171AD46227E68E
2 changed files with 2 additions and 0 deletions
home/hosts
system/hosts

View file

@ -20,6 +20,7 @@
"steam" "steam"
"steam-original" "steam-original"
"steam-runtime" "steam-runtime"
"steam-unwrapped"
"steamcmd" "steamcmd"
"osu-lazer-bin" "osu-lazer-bin"
]; ];

View file

@ -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;