Improved docs

This commit is contained in:
rasmus-kirk
2024-03-03 18:02:00 +01:00
parent 13dfd643d0
commit a2025a46f4
8 changed files with 16 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ in {
stateDir = mkOption {
type = types.path;
default = "${nixarr.stateDir}/readarr";
defaultText = literalExpression ''"''${nixarr.stateDir}/readarr"'';
description = "The state directory for Readarr";
};