feat: replace fzf-lua with snacks.picker

This commit is contained in:
antoine 2026-04-18 10:58:25 +02:00
parent 4d46c4bcbe
commit 49890805b0
Signed by: antoine
GPG key ID: 9EB6BAADC51B6133
4 changed files with 13 additions and 16 deletions

View file

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