10 lines
169 B
Nix
10 lines
169 B
Nix
![]() |
{
|
||
|
programs.neovim-flake.settings.vim = {
|
||
|
notes = {
|
||
|
todo-comments.enable = true;
|
||
|
mind-nvim.enable = false;
|
||
|
obsidian.enable = false;
|
||
|
};
|
||
|
};
|
||
|
}
|