From 18a57c160be00d3c239afbe4ff40447e5edcf461 Mon Sep 17 00:00:00 2001 From: Lilly Date: Thu, 8 Jan 2026 08:32:19 +0000 Subject: [PATCH] Auto-commit: 2026-01-08 08:32:19 --- modules/gaming/steam.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gaming/steam.nix b/modules/gaming/steam.nix index 1aca9a9..35f50e4 100644 --- a/modules/gaming/steam.nix +++ b/modules/gaming/steam.nix @@ -1,5 +1,6 @@ { pkgs, inputs, ... }: { + inputs.nixpkgs-unstable.config.allowUnfree = true; programs = { steam = { enable = true;