fish: use hydro plugin from nixpkgs
Alan Pearce alan@alanpearce.eu
Tue, 11 Feb 2025 23:55:57 +0100
1 files changed, 1 insertions(+), 9 deletions(-)
jump to
M user/settings/fish.nix → user/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 {