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:
parent
f21d79e8ec
commit
7e84c8b6c8
|
@ -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; [
|
||||
|
|
Loading…
Reference in New Issue