From 2d36d5fb4ef568e82149d081e5feb480d4e89393 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Wed, 1 Apr 2026 11:33:31 +0200 Subject: feat: set DOCKER_HOST for colima on macOS --- modules/home/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/home/zsh.nix') diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 3154e8a..cd77c63 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -135,6 +135,10 @@ in ''; ".config/zsh/extras".text = '' + if [[ "$(uname)" == "Darwin" ]]; then + export DOCKER_HOST="unix://$HOME/.colima/default/docker.sock" + fi + NOTES_DIR=$HOME/ghq/github.com/simenandre/notes/ function note() { if [ $1 ]; then -- cgit v1.2.3