mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-09 03:41:35 +00:00
feat: apply new module format to terminal plugins
This commit is contained in:
parent
848fc5f57c
commit
cbf1490308
4 changed files with 31 additions and 15 deletions
6
modules/terminal/toggleterm/default.nix
Normal file
6
modules/terminal/toggleterm/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./toggleterm.nix
|
||||
./config.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue