From dd0e67beef14b1dbff7ac2b4367e6c3182eefc55 Mon Sep 17 00:00:00 2001 From: Aditya Date: Mon, 22 May 2023 23:01:57 +0530 Subject: [PATCH] add neovim systemwide --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;