Make neovim the default editor.

Remember to exit the current session before you'll see the changes, even
after `nixos-rebuild switch`.
This commit is contained in:
Eli Ribble 2024-06-25 18:27:23 -07:00
parent f21d79e8ec
commit 7e84c8b6c8
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@
# Install firefox.
programs.firefox.enable = true;
# Set neovim as the default editor
programs.neovim.enable = true;
programs.neovim.defaultEditor = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [