Modularize neovim & git config in Nix home manager flake

This commit is contained in:
2025-10-28 11:54:40 +01:00
parent 4276f4bfaf
commit 4f64dc7cf3
3 changed files with 12 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
{
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
vimdiffAlias = true;
}