From d6935d58ac79feba73c230d9cb5bde8ddbf6fc61 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Mon, 20 Apr 2026 15:28:09 +0200 Subject: feat: add rustup, adobe lightroom, and testcontainers config --- modules/home/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home') 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/ -- cgit v1.2.3