restructuring5

This commit is contained in:
cnst
2024-06-24 20:59:48 +02:00
parent c130053edf
commit d1b3c635c8
11 changed files with 120 additions and 61 deletions

6
hosts/common/neovim.nix Normal file
View File

@@ -0,0 +1,6 @@
{
neovim = {
enable = true;
defaultEditor = true;
};
}