add nixvim as text editor
This commit is contained in:
parent
90e5c5528b
commit
da68527e3c
2 changed files with 8 additions and 1 deletions
7
home-manager/nixvim.nix
Normal file
7
home-manager/nixvim.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{config, pkgs, ... }: {
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
|
||||
plugins.neotree.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue