added neovim normally via hmoe-manager

This commit is contained in:
Tomas Rivera
2026-02-27 11:59:59 +01:00
parent a897f76671
commit 8b1f877dd9
5 changed files with 24 additions and 102 deletions
+7
View File
@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
programs.neovim = {
enable = true;
};
}