From b99d8f57fe46c159c5472a5ff3798691bed8b1bf Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Tue, 10 Mar 2026 20:57:37 +0100 Subject: [PATCH] removed unstable --- modules/gaming/sys/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gaming/sys/steam.nix b/modules/gaming/sys/steam.nix index fad6ce8..0095d56 100644 --- a/modules/gaming/sys/steam.nix +++ b/modules/gaming/sys/steam.nix @@ -1,5 +1,5 @@ { ... }: { - flake.nixosModules.gaming-sys-steam = { pkgs-unstable, ... }: { + flake.nixosModules.gaming-sys-steam = { pkgs, ... }: { programs.steam = { enable = true; extest.enable = true;