nix/lib/modules/nixos/steam.nix
Daniel Flanagan a59d571b31
Some checks failed
/ check (push) Failing after 9s
I might be getting closer
2025-02-16 11:17:59 -06:00

10 lines
105 B
Nix

{
config,
lib,
pkgs,
options,
...
}:
{
config = lib.mkIf config.programs.steam.enable { };
}