It builds!

This commit is contained in:
2024-10-18 10:57:09 -05:00
parent a11206680a
commit 0153012f90
11 changed files with 206 additions and 389 deletions

View File

@@ -1,6 +1,6 @@
{ config, lib, ... }: {
options.sysconfig.generic.enable = {
options.sysconfig.generic.enable = lib.options.mkOption {
type = lib.types.bool;
default = true;
};