nixos/home/modules/ide/nvim/plugins/notify.nix

5 lines
54 B
Nix

{
plugins.mini-notify = {
enable = true;
};
}