mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-06 04:45:16 +02:00
fix(darwin): brew packages
This commit is contained in:
@@ -104,6 +104,7 @@ in
|
|||||||
upgrade = true; # Upgrade outdated casks, formulae, and App Store apps
|
upgrade = true; # Upgrade outdated casks, formulae, and App Store apps
|
||||||
# 'zap': uninstalls all formulae(and related files) not listed in the generated Brewfile
|
# 'zap': uninstalls all formulae(and related files) not listed in the generated Brewfile
|
||||||
cleanup = "zap";
|
cleanup = "zap";
|
||||||
|
extraFlags = [ "--force-cleanup" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Applications to install from Mac App Store using mas.
|
# Applications to install from Mac App Store using mas.
|
||||||
@@ -111,6 +112,9 @@ in
|
|||||||
# otherwise Apple Store will refuse to install them.
|
# otherwise Apple Store will refuse to install them.
|
||||||
# For details, see https://github.com/mas-cli/mas
|
# For details, see https://github.com/mas-cli/mas
|
||||||
masApps = {
|
masApps = {
|
||||||
|
Keynote = 409183694;
|
||||||
|
Slack = 803453959;
|
||||||
|
WireGuard = 1451685025;
|
||||||
# Xcode = 497799835;
|
# Xcode = 497799835;
|
||||||
Wechat = 836500024;
|
Wechat = 836500024;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user