From c2acf9e8d1aa3c6671ae1d74234689510053a23b Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 23 Jan 2022 00:14:12 +0100 Subject: [PATCH] fish: Cleanup --- programs/fish.nix | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/programs/fish.nix b/programs/fish.nix index ba95e75..17ab9b6 100644 --- a/programs/fish.nix +++ b/programs/fish.nix @@ -25,6 +25,16 @@ }; } + { + name = "ssh-agent-macos"; + src = pkgs.fetchFromGitHub { + owner = "nifoc"; + repo = "ssh-agent-macos.fish"; + rev = "5967f1168d344ee4bc642e7b70d4f2f962c6703b"; + sha256 = "NAupeiNZ6aqukpqg5mz+K2hgLWcJTGx3Acw4BurA/I0="; + }; + } + { name = "fzf-fish"; src = pkgs.fetchFromGitHub { @@ -113,25 +123,6 @@ set -gx PATH "$HOME/.bin" $PATH end - for app_path in \ - "/Applications/Little Snitch.app/Contents/Components" \ - "/Applications/Wireshark.app/Contents/MacOS" \ - "/usr/local/MacGPG2/bin" - - if test -d "$app_path" - set -gx PATH $PATH "$app_path" - end - end - - # Vendor Configuration - for vendor_conf in \ - "$HOME/.nix-profile/share/fish/vendor_conf.d/direnv.fish" - - if test -f "$vendor_conf" - source "$vendor_conf" - end - end - # Custom Scripts if test -d "$HOME/.config/fish/custom-scripts" for custom_script in $HOME/.config/fish/custom-scripts/*.fish