aboutsummaryrefslogtreecommitdiff
path: root/modules/kobo.nix
diff options
context:
space:
mode:
authorChris Wells <chris@mathematicaster.org>2024-02-15 15:41:07 -0600
committerChris Wells <chris@mathematicaster.org>2024-02-15 15:41:07 -0600
commitd7483ed8505710033384d7fabad34470818bc760 (patch)
tree8411a63b83e8d4ee994d0ce51426ba9a6e61043a /modules/kobo.nix
parentcbde891d1ced129f6284cbadade652182aa5d2fb (diff)
downloadkobo-manager-d7483ed8505710033384d7fabad34470818bc760.tar
kobo-manager-d7483ed8505710033384d7fabad34470818bc760.tar.gz
kobo-manager-d7483ed8505710033384d7fabad34470818bc760.tar.bz2
kobo-manager-d7483ed8505710033384d7fabad34470818bc760.tar.lz
kobo-manager-d7483ed8505710033384d7fabad34470818bc760.tar.xz
kobo-manager-d7483ed8505710033384d7fabad34470818bc760.tar.zst
kobo-manager-d7483ed8505710033384d7fabad34470818bc760.zip
Added dev path. Now to figure out how to make my own one-click packages
Diffstat (limited to 'modules/kobo.nix')
-rw-r--r--modules/kobo.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/kobo.nix b/modules/kobo.nix
index 57f7a88..1b59a21 100644
--- a/modules/kobo.nix
+++ b/modules/kobo.nix
@@ -14,6 +14,13 @@ in {
description = "Relative path to main Kobo config";
};
+ devPath = mkOption {
+ type = types.str;
+ default = "/mnt/onboard/${cfg.path}"
+ readOnly = true;
+ internal = true;
+ };
+
file = importOption ./lib/file.nix;
manifest = importOption ./lib/manifest.nix;