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
+1 -1
View File
@@ -17,7 +17,7 @@
home-manager.useUserPackages = true;
home-manager.users = {
tomasr = { pkgs, ... }: import ./home.nix { inherit pkgs; };
tomasr = ./home.nix;
};
# Bootloader.