From 2698027002e91f83ec5509bbc03fb7d67b83f07d Mon Sep 17 00:00:00 2001 From: mat ess Date: Wed, 16 Nov 2022 20:02:03 -0500 Subject: [PATCH] Add miniforge back --- darwin/homebrew.nix | 1 + home/fish.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index edeaf22..1f3386a 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -55,6 +55,7 @@ "logi-options-plus" "lulu" "macsvg" + "miniforge" "mullvadvpn" # "obsidian" "rectangle" diff --git a/home/fish.nix b/home/fish.nix index d51312e..5f9b09b 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -217,6 +217,7 @@ 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`.