Add more macos configuration

This commit is contained in:
Dave Gallant
2025-04-12 22:42:04 -04:00
parent 3a8ce31fc0
commit 9bac637a14

View File

@@ -59,10 +59,15 @@
}; };
}; };
security.pam.enableSudoTouchIdAuth = true;
homebrew = { homebrew = {
enable = true; enable = true;
onActivation.autoUpdate = false; onActivation = {
onActivation.upgrade = false; cleanup = "zap";
autoUpdate = true;
upgrade = true;
};
global = { global = {
brewfile = true; brewfile = true;
}; };
@@ -74,28 +79,37 @@
"gnu-tar" "gnu-tar"
"netdata" "netdata"
"node" "node"
"podman" "oras"
"podman-compose" "k6"
]; ];
casks = [ casks = [
"karabiner-elements" "discord"
"dbeaver-community" "dbeaver-community"
"font-fira-code-nerd-font" "font-fira-code-nerd-font"
"font-hack-nerd-font" "font-hack-nerd-font"
"fork" "fork"
"ghostty"
"iterm2" "iterm2"
"karabiner-elements"
"knockknock" "knockknock"
"librewolf" "librewolf"
"logseq" "logseq"
"lulu" "lulu"
"mitmproxy" "mitmproxy"
"notunes" "notunes"
"ollama"
"postman" "postman"
"raycast" "raycast"
"rectangle" "rectangle"
"signal"
"slack"
"spotify"
"stats" "stats"
"steam"
"taskexplorer" "taskexplorer"
"tailscale"
"vlc"
]; ];
taps = [ taps = [