neovim-flake/modules/notifications/nvim-notify/default.nix

7 lines
65 B
Nix

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