nichts/modules/programs/editors/nvf/plugins/settings/notify.nix
2024-08-22 22:53:35 +02:00

7 lines
108 B
Nix

_: {
programs.neovim-flake.settings.vim = {
notify = {
nvim-notify.enable = true;
};
};
}