nixos-config/home-manager/modules/neovim/plugins/notify.nix
2024-08-18 23:58:42 -04:00

7 lines
89 B
Nix

{...}: {
programs.nixvim = {
plugins.notify = {
enable = true;
};
};
}