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