From e13cd51c3bcc699da75c15f2f07781a4424309d2 Mon Sep 17 00:00:00 2001 From: chayleaf Date: Sun, 24 Nov 2024 11:15:22 +0700 Subject: [PATCH] nixmsi: allow unfree steam-unwrapped --- system/hosts/nixmsi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/hosts/nixmsi.nix b/system/hosts/nixmsi.nix index ec11f86..efe2992 100644 --- a/system/hosts/nixmsi.nix +++ b/system/hosts/nixmsi.nix @@ -51,6 +51,7 @@ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam-original" + "steam-unwrapped" ]; hardware = { opentabletdriver.enable = true;