diff --git a/profiles/develop/neovim.nix b/profiles/develop/neovim.nix deleted file mode 100644 index 74b2363..0000000 --- a/profiles/develop/neovim.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ ... }: { - programs.neovim = { - defaultEditor = true; - - viAlias = true; - vimAlias = true; - }; -}