feat: add lazygit and vim-sleuth

This commit is contained in:
antoine 2026-04-06 10:55:52 +02:00
parent f58d0b9e8c
commit 19989be42b
Signed by: antoine
GPG key ID: 9EB6BAADC51B6133
3 changed files with 21 additions and 2 deletions

View file

@ -25,7 +25,7 @@
nativeBuildInputs = [pkgs.makeWrapper];
postBuild = ''
wrapProgram $out/bin/nvim \
--prefix PATH : ${pkgs.lib.makeBinPath [pkgs.git pkgs.fzf]}
--prefix PATH : ${pkgs.lib.makeBinPath [pkgs.git pkgs.fzf pkgs.lazygit]}
'';
};
};