diff --git a/configuration.nix b/configuration.nix index 651ba37..8a11800 100644 --- a/configuration.nix +++ b/configuration.nix @@ -125,6 +125,11 @@ #gnome.adwaita-icon-theme ]; + programs.neovim = { + enable = true; + defaultEditor = true; + }; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;