added steam module

This commit is contained in:
John Lancaster
2025-07-04 10:26:43 -05:00
parent 0260f44582
commit 39a8b1455b
3 changed files with 21 additions and 0 deletions

View File

@@ -65,4 +65,10 @@
default = false;
description = "Whether this system has a graphical environment";
};
options.steam = lib.mkOption {
type = lib.types.bool;
default = false;
description = "Whether this system has Steam installed";
};
}