aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/zsh.nix
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-04-20 15:28:09 +0200
committerSimen A. W. Olsen <hello@simenandre.no>2026-04-20 15:28:09 +0200
commitd6935d58ac79feba73c230d9cb5bde8ddbf6fc61 (patch)
tree6e33b039bbaabac779af9e4b2c520906c10ac60e /modules/home/zsh.nix
parent6b0c1b4661b894411c209323bdb86c9b21579e46 (diff)
downloaddotfiles-d6935d58ac79feba73c230d9cb5bde8ddbf6fc61.tar.gz
dotfiles-d6935d58ac79feba73c230d9cb5bde8ddbf6fc61.zip
feat: add rustup, adobe lightroom, and testcontainers config
Diffstat (limited to 'modules/home/zsh.nix')
-rw-r--r--modules/home/zsh.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix
index 08835d3..7025d41 100644
--- a/modules/home/zsh.nix
+++ b/modules/home/zsh.nix
@@ -155,11 +155,13 @@ in
add_to_path "/Library/Frameworks/Firebird.framework/Resources/bin"
add_to_path "/opt/homebrew/opt/libpq/bin"
add_to_path "$HOME/go/bin"
+ add_to_path "$HOME/.cargo/bin"
'';
".config/zsh/extras".text = ''
if [[ "$(uname)" == "Darwin" ]]; then
export DOCKER_HOST="unix://$HOME/.colima/default/docker.sock"
+ export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
fi
NOTES_DIR=$HOME/ghq/github.com/simenandre/notes/