Make neovim menu look nicer

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-18 12:24:17 +02:00
parent 24cb271df4
commit 65b352de4f
+2 -2
View File
@@ -2,8 +2,8 @@
let let
neovim_configuration = pkgs.fetchgit { neovim_configuration = pkgs.fetchgit {
url = "https://git.nichkara.eu/nichkara/nvim"; url = "https://git.nichkara.eu/nichkara/nvim";
rev = "ba38abd4c782efc592a97b6da453492eae37f8d0"; rev = "5f052bf9aedf1128623fb07596aedd53b743468a";
sha256 = "sha256-E00IKMwpS6WjkWnpxpg0NxWYZEhbNlS+0vs0Nv5N4eY="; sha256 = "sha256-m8/fG8hzB3q2HCfm2DTo3bVnrP+QBBlaa1emVc7Y/KU=";
}; };
profile = import ../profile.nix; profile = import ../profile.nix;