feat(darwin): add homebrew apps
This commit is contained in:
parent
750f2efaa7
commit
59fb406eb9
1 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,13 @@ in
|
|||
enable = true;
|
||||
user = cfg.admin.username;
|
||||
onActivation.cleanup = "uninstall";
|
||||
casks = [ "ghostty" ];
|
||||
brews = [
|
||||
"mise"
|
||||
"docker"
|
||||
];
|
||||
casks = [
|
||||
"ghostty"
|
||||
"slack"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue