mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-26 19:31:31 +01:00
feat(darwin): new host - frieren
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user