Merge 'home-manager' flake into NixOS flake

This commit is contained in:
2025-11-10 17:47:30 +01:00
parent a1b660112a
commit 6f48fcf416
12 changed files with 5 additions and 5 deletions

7
home/modules/neovim.nix Normal file
View File

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