diff options
author | Soispha <soispha@vhack.eu> | 2023-08-25 23:03:59 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-25 23:03:59 +0200 |
commit | 5e16710785b71a031814b59adbf8cb357d45e85f (patch) | |
tree | 68afa5b9179c1dd0090557d455ddac049f76c689 /flake/packages | |
parent | Fix(hm/conf/git): Add markers to diffs when on laptop (diff) | |
download | nixos-config-5e16710785b71a031814b59adbf8cb357d45e85f.tar.gz nixos-config-5e16710785b71a031814b59adbf8cb357d45e85f.zip |
Fix(flake/packages): Make it obvious that 'vim' is actually 'nvim'
Diffstat (limited to 'flake/packages')
-rw-r--r-- | flake/packages/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |