neovim-flake/modules/notifications/default.nix

6 lines
48 B
Nix

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