nix/home/programs/navi.nix

10 lines
196 B
Nix
Raw Normal View History

2022-02-07 01:21:35 +00:00
{
programs.navi = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
enableZshIntegration = true;
2022-02-27 20:57:58 +00:00
settings = {finder = {command = "fzf";};};
2022-02-07 01:21:35 +00:00
};
}