1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-17 22:12:55 +01:00
neovim-flake/modules/ui/notifications/nvim-notify/default.nix
2023-04-03 12:12:05 +03:00

6 lines
65 B
Nix

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