From 90d411b9432dcf3ac30231006b5fb3ed23c0c3ce Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 4 Jul 2025 17:48:52 +0800 Subject: [PATCH] fix(darwin): homebrew renamed some casks --- modules/darwin/apps.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index 72af07ae..774a9e53 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -154,7 +154,7 @@ in { # `brew install --cask` casks = [ - "squirrel" # input method for Chinese, rime-squirrel + "squirrel-app" # input method for Chinese, rime-squirrel "firefox" "google-chrome" @@ -169,7 +169,7 @@ in { # https://joplinapp.org/help/ "joplin" # note taking app - "tailscale" # tailscale macos app (with gui) + "tailscale-app" # tailscale macos app (with gui) # AI "lm-studio" @@ -203,7 +203,7 @@ in { # Development "mitmproxy" # HTTP/HTTPS traffic inspector "insomnia" # REST client - "wireshark" # network analyzer + "wireshark-app" # network analyzer # "jdk-mission-control" # Java Mission Control # "google-cloud-sdk" # Google Cloud SDK "miniforge" # Miniconda's community-driven distribution