diff options
author | Alan Pearce | 2025-02-11 23:55:57 +0100 |
---|---|---|
committer | Alan Pearce | 2025-02-11 23:55:57 +0100 |
commit | f4e50d0d86c0e1b73894b79b9a87ba9b89c81fbe (patch) | |
tree | b6e3f8a4a1c5a156e7df337f80ff53058bc261e3 | |
parent | e33a25edb3207c5782d2ddb5b5ab47f0a7232d03 (diff) | |
download | nixfiles-f4e50d0d86c0e1b73894b79b9a87ba9b89c81fbe.tar.lz nixfiles-f4e50d0d86c0e1b73894b79b9a87ba9b89c81fbe.tar.zst nixfiles-f4e50d0d86c0e1b73894b79b9a87ba9b89c81fbe.zip |
fish: use hydro plugin from nixpkgs
-rw-r--r-- | user/settings/fish.nix | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/user/settings/fish.nix b/user/settings/fish.nix index 851947fa..1a0d944e 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -11,15 +11,7 @@ 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 { |