nix-configuration/darwin/lcech-mac-veracode.nix
2025-01-14 16:31:16 +01:00

25 lines
500 B
Nix

{
...
}:
{
# brew install --cask
# these need to be updated manually
homebrew.casks = [
"ghostty"
"spotify"
"keepassxc"
];
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"
];
}