Modularize neovim & git config in Nix home manager flake
This commit is contained in:
3
.config/home-manager/modules/git.nix
Normal file
3
.config/home-manager/modules/git.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
enable = true;
|
||||
}
|
||||
7
.config/home-manager/modules/neovim.nix
Normal file
7
.config/home-manager/modules/neovim.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
}
|
||||
Reference in New Issue
Block a user