mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-14 22:23:27 +00:00
feat: apply new module format to rich-presence plugins
This commit is contained in:
parent
4d1e7bcbe6
commit
97899667db
4 changed files with 47 additions and 31 deletions
6
modules/rich-presence/presence-nvim/default.nix
Normal file
6
modules/rich-presence/presence-nvim/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./presence-nvim.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue