nix-configuration/darwin/lcech-mac-veracode.nix

28 lines
554 B
Nix

{
...
}:
{
# brew install --cask
# these need to be updated manually
homebrew.casks = [
"drawio"
"flameshot"
"ghostty"
"keepassxc"
"spotify"
"wireshark-chmodbpf"
];
system.defaults.dock.persistent-apps = [
"/Applications/Cursor.app"
"/Applications/Firefox.app"
"/Applications/Ghostty.app"
"/Applications/Microsoft Outlook.app"
"/Applications/Slack.app"
"/Applications/Spotify.app"
"/Applications/Thunderbird.app"
"/Applications/zoom.us.app"
"/System/Applications/Notes.app"
];
}