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

5 lines
44 B
Nix

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