mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 17:28:33 +02:00
fix(darwin): homebrew renamed some casks
This commit is contained in:
@@ -154,7 +154,7 @@ in {
|
|||||||
|
|
||||||
# `brew install --cask`
|
# `brew install --cask`
|
||||||
casks = [
|
casks = [
|
||||||
"squirrel" # input method for Chinese, rime-squirrel
|
"squirrel-app" # input method for Chinese, rime-squirrel
|
||||||
"firefox"
|
"firefox"
|
||||||
"google-chrome"
|
"google-chrome"
|
||||||
|
|
||||||
@@ -169,7 +169,7 @@ in {
|
|||||||
# https://joplinapp.org/help/
|
# https://joplinapp.org/help/
|
||||||
"joplin" # note taking app
|
"joplin" # note taking app
|
||||||
|
|
||||||
"tailscale" # tailscale macos app (with gui)
|
"tailscale-app" # tailscale macos app (with gui)
|
||||||
|
|
||||||
# AI
|
# AI
|
||||||
"lm-studio"
|
"lm-studio"
|
||||||
@@ -203,7 +203,7 @@ in {
|
|||||||
# Development
|
# Development
|
||||||
"mitmproxy" # HTTP/HTTPS traffic inspector
|
"mitmproxy" # HTTP/HTTPS traffic inspector
|
||||||
"insomnia" # REST client
|
"insomnia" # REST client
|
||||||
"wireshark" # network analyzer
|
"wireshark-app" # network analyzer
|
||||||
# "jdk-mission-control" # Java Mission Control
|
# "jdk-mission-control" # Java Mission Control
|
||||||
# "google-cloud-sdk" # Google Cloud SDK
|
# "google-cloud-sdk" # Google Cloud SDK
|
||||||
"miniforge" # Miniconda's community-driven distribution
|
"miniforge" # Miniconda's community-driven distribution
|
||||||
|
|||||||
Reference in New Issue
Block a user