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

7 lines
62 B
Nix

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