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