Update EDITOR again

This time use nixvim instead of neovim
Reference the `build.package` output for the final version with configs
and settings and all of that jazz
Set nixvim as my default editor
This commit is contained in:
Greg Hellings
2025-10-15 23:31:40 -05:00
parent b1c8bbab26
commit 59756f1748
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
GOPATH = "${config.home.homeDirectory}/src/go";
GOBIN = "${config.home.homeDirectory}/src/bin";
EDITOR = lib.getExe config.programs.neovim.package;
EDITOR = lib.getExe config.programs.nixvim.build.package;
};
aliases = {