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
View File
@@ -1,6 +1,7 @@
{ pkgs, ... }:
{
colorschemes.gruvbox.enable = true;
defaultEditor = true;
globals = {
indent_guides_enable_on_vim_startup = 1;
nix_recommended_style = 0;