feat: add nvf config
This commit is contained in:
parent
9e46058abb
commit
898d56ebd6
24 changed files with 3367 additions and 95 deletions
6
system/modules/nvf/binds/default.nix
Normal file
6
system/modules/nvf/binds/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
let
|
||||
general = import ./general.nix;
|
||||
telescope = import ./telescope.nix;
|
||||
neoTree = import ./neo-tree.nix;
|
||||
in
|
||||
general ++ telescope ++ neoTree
|
||||
Loading…
Add table
Add a link
Reference in a new issue