plugins/timerly: init

This commit is contained in:
FKouhai 2025-05-13 21:04:10 +02:00
parent d385972711
commit 1c53ad9b2f
No known key found for this signature in database
2 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
config,
lib,
pkgs,
...
}:
lib.nixvim.plugins.mkNeovimPlugin {
name = "timerly";
packPathName = "timerly.nvim";
package = "timerly";
settingsExample = {
minutes = [
30
10
];
};
maintainers = [ lib.maintainers.FKouhai ];
}