neovim-flake/modules/plugins/ui/notifications/default.nix

6 lines
41 B
Nix

{
imports = [
./nvim-notify
];
}