diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/darwin/homebrew.nix | 2 | ||||
| -rw-r--r-- | modules/home/zsh.nix | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index dd8b067..f52a472 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -54,6 +54,7 @@ "golangci-lint" "zig" "typst" + "rustup" # JavaScript runtimes and package managers "bun" @@ -170,6 +171,7 @@ masApps = { "Tailscale" = 1475387142; "Jojo" = 1659864300; + "Adobe Lightroom" = 1451544217; }; }; } 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/ |
