diff --git a/home/modules/fish/default.nix b/home/modules/fish/default.nix index b55e37cf..8658c4b3 100644 --- a/home/modules/fish/default.nix +++ b/home/modules/fish/default.nix @@ -181,6 +181,8 @@ in { (abbrify pkgs.lazygit {lg = "lazygit";}) + (abbrify pkgs.nix-search-tv {search = "nix-search-tv print --indexes 'nixos,home-manager,nixpkgs,nur' | fzf --preview 'nix-search-tv preview {}' --scheme history";}) + # Doesn't work with abbrify because I have nnn.override... (lib.optionalAttrs config.modules.nnn.enable {n = "nnncd -a";}) (lib.optionalAttrs config.modules.nnn.enable {np = "nnncd -a -P p";})