2025-01-26 13:16:06 +01:00

16 lines
182 B
Nix

{
config,
lib,
pkgs,
...
}:
with lib;
{
options.modules.steam = {
enable = mkEnableOption "steam";
};
# The rest of the configuration is in a systemwide module
}