millennium

This commit is contained in:
2026-03-15 13:39:58 +01:00
parent 6bb77ebfe9
commit f2002b2701

View File

@@ -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;