9 lines
172 B
Nix
9 lines
172 B
Nix
_: {
|
|
programs.neovim-flake.settings.vim = {
|
|
notes = {
|
|
todo-comments.enable = true;
|
|
mind-nvim.enable = false;
|
|
obsidian.enable = false;
|
|
};
|
|
};
|
|
}
|