mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
chore(darwin): fix 'brew doctor' warnings
This commit is contained in:
@@ -115,12 +115,6 @@ in
|
|||||||
Wechat = 836500024;
|
Wechat = 836500024;
|
||||||
};
|
};
|
||||||
|
|
||||||
taps = [
|
|
||||||
"hashicorp/tap"
|
|
||||||
"nikitabobko/tap" # aerospace - an i3-like tiling window manager for macOS
|
|
||||||
"FelixKratz/formulae" # janky borders - highlight active window borders
|
|
||||||
];
|
|
||||||
|
|
||||||
brews = [
|
brews = [
|
||||||
# `brew install`
|
# `brew install`
|
||||||
"wget" # download tool
|
"wget" # download tool
|
||||||
@@ -145,7 +139,7 @@ in
|
|||||||
|
|
||||||
# misc that nix do not have cache for.
|
# misc that nix do not have cache for.
|
||||||
"git-trim"
|
"git-trim"
|
||||||
"terraform"
|
"hashicorp/tap/terraform"
|
||||||
"terraformer"
|
"terraformer"
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -159,7 +153,7 @@ in
|
|||||||
"visual-studio-code"
|
"visual-studio-code"
|
||||||
"cursor" # cursor ai editor
|
"cursor" # cursor ai editor
|
||||||
|
|
||||||
"aerospace" # an i3-like tiling window manager for macOS
|
"nikitabobko/tap/aerospace" # an i3-like tiling window manager for macOS
|
||||||
"ghostty" # terminal emulator
|
"ghostty" # terminal emulator
|
||||||
|
|
||||||
# container & vm
|
# container & vm
|
||||||
@@ -180,7 +174,7 @@ in
|
|||||||
"qq"
|
"qq"
|
||||||
"qqmusic"
|
"qqmusic"
|
||||||
# "discord" # update too frequently, use the web version instead
|
# "discord" # update too frequently, use the web version instead
|
||||||
"microsoft-remote-desktop"
|
"windows-app"
|
||||||
# "moonlight" # remote desktop client
|
# "moonlight" # remote desktop client
|
||||||
# "rustdesk" # meeting
|
# "rustdesk" # meeting
|
||||||
# "tencent-meeting"
|
# "tencent-meeting"
|
||||||
|
|||||||
Reference in New Issue
Block a user