all repos — nixfiles @ f4e50d0d86c0e1b73894b79b9a87ba9b89c81fbe

System and user configuration, managed by nix and home-manager

fish: use hydro plugin from nixpkgs

Alan Pearce
commit

f4e50d0d86c0e1b73894b79b9a87ba9b89c81fbe

parent

e33a25edb3207c5782d2ddb5b5ab47f0a7232d03

1 file changed, 1 insertion(+), 9 deletions(-)

jump to
M user/settings/fish.nixuser/settings/fish.nix
@@ -11,15 +11,7 @@ in
with pkgs.fishPlugins; [ (fromNixpkgs fzf-fish) (fromNixpkgs autopair) - { - name = "fishplugin-hydro"; - src = pkgs.fetchFromGitHub { - owner = "jorgebucaran"; - repo = "hydro"; - hash = "sha256-QYq4sU41/iKvDUczWLYRGqDQpVASF/+6brJJ8IxypjE="; - rev = "9c93b89573bd722f766f2190a862ae55e728f6ba"; - }; - } + (fromNixpkgs hydro) { name = "ghq"; src = pkgs.fetchFromGitHub {