The "hardtime" plugin lacks the "settings" thingy #2192
-
Here is a part of my NixOS config: hardtime = {
enable = true;
disableMouse = false;
settings = {
showmode = false;
};
}; I get the following error when rebuilding NixOS:
Please help :-) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You can find docs here (and here). Note that not all our plugins are up to date with our current best practices, i.e. freeform Eventually most/all of our plugins will be migrated to the new |
Beta Was this translation helpful? Give feedback.
-
Would it be ok please, if I try and open a PR to do the migration? |
Beta Was this translation helpful? Give feedback.
-
For googlers from the future, here is the PR: #2193. |
Beta Was this translation helpful? Give feedback.
In your case you can just replace
settings
withextraOptions
for now.