about summary refs log tree commit diff stats
path: root/flake/packages
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-25 23:03:59 +0200
committerSoispha <soispha@vhack.eu>2023-08-25 23:03:59 +0200
commit5e16710785b71a031814b59adbf8cb357d45e85f (patch)
tree68afa5b9179c1dd0090557d455ddac049f76c689 /flake/packages
parentFix(hm/conf/git): Add markers to diffs when on laptop (diff)
downloadnixos-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.nix4
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