diff --git a/configs/common.nix b/configs/common.nix index f7ad2d4..98f91ff 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -67,7 +67,6 @@ in git htop ncdu - neovim ripgrep wget ]; @@ -160,6 +159,11 @@ in enable = true; enableFishIntegration = true; }; + + neovim = { + enable = true; + defaultEditor = true; + }; }; security = {