From 6bb77ebfe9ed90717f3a001e0c5f4897048bf487 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Sun, 15 Mar 2026 13:37:00 +0100 Subject: [PATCH] fix --- 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 7722215..cd73db9 100644 --- a/modules/gaming/sys/steam.nix +++ b/modules/gaming/sys/steam.nix @@ -1,5 +1,5 @@ { ... }: { - flake.nixosModules.gaming-sys-steam = { pkgs, millennium, ... }: { + flake.nixosModules.gaming-sys-steam = { pkgs, millennium-steam, ... }: { programs.steam = { enable = true; extest.enable = true;