1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-29 04:49:50 +01:00
neovim-flake/modules/ui/notifications/default.nix

6 lines
44 B
Nix
Raw Normal View History

2023-04-03 11:12:05 +02:00
_: {
imports = [
./nvim-notify
];
}