From 5e16710785b71a031814b59adbf8cb357d45e85f Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 25 Aug 2023 23:03:59 +0200 Subject: Fix(flake/packages): Make it obvious that 'vim' is actually 'nvim' --- flake/packages/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake') diff --git a/flake/packages/default.nix b/flake/packages/default.nix index 708852a0..74f962ce 100644 --- a/flake/packages/default.nix +++ b/flake/packages/default.nix @@ -69,7 +69,7 @@ in ++ defaultModules; format = "iso"; }; - vim = nvim.tiamat; - inherit nvim; + nvim = nvim.tiamat; + neovim = nvim; } // output -- cgit 1.4.1