fix: update Chrome executable path and enhance Tailscale service task description
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 38s

This commit is contained in:
2025-01-20 11:21:08 +01:00
parent 45bc0093aa
commit a9f4779308
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ if [ -d "/home/menno/Projects/Work" ]; then
fi
# Flutter Web and other tools that require Chrome
export CHROME_EXECUTABLE=$(which brave)
export CHROME_EXECUTABLE=$(which brave-browser)
# 1Password Source Plugin (Assuming bash compatibility)
if [ -f /home/menno/.config/op/plugins.sh ]; then