Add miniforge back

main
mat ess 2022-11-16 20:02:03 -05:00
parent ed8b1fff8a
commit 2698027002
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@
"logi-options-plus" "logi-options-plus"
"lulu" "lulu"
"macsvg" "macsvg"
"miniforge"
"mullvadvpn" "mullvadvpn"
# "obsidian" # "obsidian"
"rectangle" "rectangle"

View File

@ -217,6 +217,7 @@
tb = "toggle-background"; tb = "toggle-background";
} // lib.optionalAttrs stdenv.isDarwin { } // lib.optionalAttrs stdenv.isDarwin {
sb = "set-background-to-macOS"; 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`. # Configuration that should be above `loginShellInit` and `interactiveShellInit`.