diff options
Diffstat (limited to 'modules/nickel.nix')
| -rw-r--r-- | modules/nickel.nix | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/modules/nickel.nix b/modules/nickel.nix index 4d22c70..cfba224 100644 --- a/modules/nickel.nix +++ b/modules/nickel.nix @@ -58,13 +58,15 @@ in { description = "Relative path to nickelMenu within src"; }; + devPath = mkOption { + type = types.str; + default = "/mnt/onboard/${cfg.path}"; + readOnly = true; + internal = true; + }; + file = importOption ./lib/file.nix; manifest = importOption ./lib/manifest.nix; - # file = mkOption { - # type = options.file.type; - # default = {}; - # description = "Files relative to ${cfg.path}"; - # }; menu = { item = mkOption { |
