From 64666c56fcac25e39ebcf8abb92110c074f78f07 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Sun, 15 Mar 2026 13:29:09 +0100 Subject: [PATCH] steambrew --- 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 fdbb084..30cbb0c 100644 --- a/modules/gaming/sys/steam.nix +++ b/modules/gaming/sys/steam.nix @@ -1,5 +1,5 @@ { ... }: { - flake.nixosModules.gaming-sys-steam = { pkgs, ... }: { + flake.nixosModules.gaming-sys-steam = { pkgs, millennium, ... }: { programs.steam = { enable = true; package = pkgs.millennium-steam;