if [[ -x "$(command -v nix)" ]]; then
    use flake
fi

if [[ -d ".venv" ]]; then
    source .venv/bin/activate
fi
