utility/precognition: add description to disabled_fts

oops
This commit is contained in:
Nowaaru 2024-11-06 16:32:40 -07:00
parent e43b18cb9f
commit 3c1f89984c
No known key found for this signature in database

View file

@ -59,6 +59,7 @@ in {
disabled_fts = mkOption {
type = listOf str;
description = "Filetypes that automatically disable 'precognition.'";
default = ["startify"];
example = literalExpression ''["startify"]'';
};