utility/precognition: remove useless mappings

i was going to add binds to toggle/enable/disable but ehhh
idk
This commit is contained in:
Nowaaru 2024-11-04 00:09:38 -07:00
parent a53a44bf13
commit fab51c4354
No known key found for this signature in database

View file

@ -53,16 +53,5 @@ in {
default = ["startify"];
example = literalExpression ''[ "startify" ]'';
};
mappings = {
# enable = mkOption {
# };
#
# disable = mkOption {
# };
#
# toggle = mkOption {
# };
};
};
}