mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-11 04:33:29 +00:00
feat: apply new module format to notification plugins
This commit is contained in:
parent
d93b005f2c
commit
4d1e7bcbe6
5 changed files with 83 additions and 35 deletions
6
modules/notifications/nvim-notify/default.nix
Normal file
6
modules/notifications/nvim-notify/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./nvim-notify.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue