mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
16 lines
269 B
Nix
16 lines
269 B
Nix
{
|
|
onActivation.cleanup = "uninstall";
|
|
taps = [ ];
|
|
brews = [ ];
|
|
casks = [
|
|
"microsoft-excel"
|
|
"microsoft-onenote"
|
|
"microsoft-outlook"
|
|
"microsoft-powerpoint"
|
|
"microsoft-remote-desktop"
|
|
"microsoft-word"
|
|
"onedrive"
|
|
];
|
|
masApps = { };
|
|
}
|