7 lines
105 B
Nix
7 lines
105 B
Nix
{
|
|
programs.neovim-flake.settings.vim = {
|
|
notify = {
|
|
nvim-notify.enable = true;
|
|
};
|
|
};
|
|
}
|