From ed8b1fff8ad225034be15e803ce85510b690551a Mon Sep 17 00:00:00 2001 From: mat ess Date: Mon, 14 Nov 2022 20:44:53 -0500 Subject: [PATCH] Drop conda, logitech-options -> logi-options-plus --- darwin/homebrew.nix | 3 +-- home/fish.nix | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index 050378d..edeaf22 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -52,10 +52,9 @@ "jitsi-meet" "knockknock" # "lagrange" - "logitech-options" + "logi-options-plus" "lulu" "macsvg" - "miniforge" "mullvadvpn" # "obsidian" "rectangle" diff --git a/home/fish.nix b/home/fish.nix index 5f9b09b..d51312e 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -217,7 +217,6 @@ tb = "toggle-background"; } // lib.optionalAttrs stdenv.isDarwin { sb = "set-background-to-macOS"; - conda-init = "eval /opt/homebrew/bin/conda 'shell.fish' 'hook' $argv | source"; }; # Configuration that should be above `loginShellInit` and `interactiveShellInit`.