added docker option

This commit is contained in:
John Lancaster
2025-07-03 23:17:56 -05:00
parent 7b315f9a39
commit 804b1e5723
2 changed files with 17 additions and 6 deletions

View File

@@ -53,4 +53,10 @@
default = [];
description = "Additional Home Manager modules to import";
};
options.docker = lib.mkOption {
type = lib.types.bool;
default = false;
description = "Whether to enable docker stuff";
};
}