From c10c32b456efb140c2408575e3ddc1890db72ff4 Mon Sep 17 00:00:00 2001
From: chayleaf <chayleaf-git@pavluk.org>
Date: Sun, 24 Nov 2024 11:15:22 +0700
Subject: [PATCH] nixmsi: allow unfree steam-unwrapped

---
 home/hosts/nixmsi.nix   | 1 +
 system/hosts/nixmsi.nix | 1 +
 2 files changed, 2 insertions(+)

diff --git a/home/hosts/nixmsi.nix b/home/hosts/nixmsi.nix
index be1d837..7d807fb 100644
--- a/home/hosts/nixmsi.nix
+++ b/home/hosts/nixmsi.nix
@@ -20,6 +20,7 @@
     "steam"
     "steam-original"
     "steam-runtime"
+    "steam-unwrapped"
     "steamcmd"
     "osu-lazer-bin"
   ];
diff --git a/system/hosts/nixmsi.nix b/system/hosts/nixmsi.nix
index 70751b9..a91eb19 100644
--- a/system/hosts/nixmsi.nix
+++ b/system/hosts/nixmsi.nix
@@ -52,6 +52,7 @@
 
   nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
     "steam-original"
+    "steam-unwrapped"
   ];
   hardware = {
     flipperzero.enable = true;