feat(darwin): new host - frieren

This commit is contained in:
Ryan Yin
2025-05-13 12:50:26 +08:00
parent 65e1ea4fc5
commit e13079f7a8
9 changed files with 87 additions and 15 deletions

View File

@@ -109,10 +109,6 @@ in {
masApps = {
# Xcode = 497799835;
Wechat = 836500024;
QQ = 451108668;
# WeCom = 1189898970; # Wechat for Work
TecentMeeting = 1484048379;
QQMusic = 595615424;
};
taps = [
@@ -157,8 +153,8 @@ in {
"firefox"
"google-chrome"
"visual-studio-code"
"zed" # zed editor
"cursor" # an AI code editor
# "zed" # zed editor
# "cursor" # an AI code editor
"aerospace" # an i3-like tiling window manager for macOS
"ghostty" # terminal emulator
@@ -167,20 +163,23 @@ in {
# IM & audio & remote desktop & meeting
"telegram"
"qq"
"qqmusic"
# "discord" # update too frequently, use the web version instead
"microsoft-remote-desktop"
"moonlight" # remote desktop client
"rustdesk" # meeting
# "moonlight" # remote desktop client
# "rustdesk" # meeting
# "tencent-meeting"
"zoom" # meeting
# Misc
# "shadowsocksx-ng" # proxy tool
"iina" # video player
"raycast" # (HotKey: alt/option + space)search, calculate and run scripts(with many plugins)
# "raycast" # (HotKey: alt/option + space)search, calculate and run scripts(with many plugins)
"stats" # beautiful system status monitor in menu bar
# "reaper" # audio editor
"sonic-pi" # music programming
"tencent-lemon" # macOS cleaner
# "sonic-pi" # music programming
# "tencent-lemon" # macOS cleaner
"neteasemusic" # music
"blender@lts" # 3D creation suite
"mihomo-party" # transparent proxy tool

View File

@@ -12,6 +12,10 @@
#
###################################################################################
# Determinate uses its own daemon to manage the Nix installation that
# conflicts with nix-darwin's native Nix management. so we should disable this option.
nix.enable = false;
# Disable auto-optimise-store because of this issue:
# https://github.com/NixOS/nix/issues/7273
# "error: cannot link '/nix/store/.tmp-link-xxxxx-xxxxx' to '/nix/store/.links/xxxx': File exists"