From f2002b2701d20565f2d48106f759946aefb89286 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Sun, 15 Mar 2026 13:39:58 +0100 Subject: [PATCH] millennium --- modules/gaming/sys/steam.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/gaming/sys/steam.nix b/modules/gaming/sys/steam.nix index cd73db9..70fe450 100644 --- a/modules/gaming/sys/steam.nix +++ b/modules/gaming/sys/steam.nix @@ -1,5 +1,7 @@ { ... }: { - flake.nixosModules.gaming-sys-steam = { pkgs, millennium-steam, ... }: { + flake.nixosModules.gaming-sys-steam = { pkgs, inputs, ... }: { + nixpkgs.overlays = [ inputs.millennium.overlays.default ]; + programs.steam = { enable = true; extest.enable = true;