add more options

This commit is contained in:
ChaotiCryptidz 2022-02-22 14:20:46 +00:00
parent 43fb71bcb0
commit c82b7dea11
No known key found for this signature in database

View file

@ -17,10 +17,18 @@ in {
};
settings = {
logLevel = mkOption {
log_level = mkOption {
type = types.str;
default = "info";
};
cache = mkOption {
type = types.bool;
default = false;
};
cache_dir = mkOption {
type = types.str;
default = "source_dir";
};
};
};
};