nixmsi: allow unfree steam-unwrapped

This commit is contained in:
chayleaf 2024-11-24 11:15:22 +07:00
parent 88c2206fb7
commit e13cd51c3b
Signed by: chayleaf
GPG key ID: 78171AD46227E68E

View file

@ -51,6 +51,7 @@
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam-original"
"steam-unwrapped"
];
hardware = {
opentabletdriver.enable = true;