initial
This commit is contained in:
14
config/utils/todo-comments.nix
Normal file
14
config/utils/todo-comments.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
todo-comments.enable = lib.mkEnableOption "Enable todo-comments module";
|
||||
};
|
||||
config = lib.mkIf config.todo-comments.enable {
|
||||
plugins.todo-comments = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user