feat(darwin): add homebrew apps

This commit is contained in:
Mohammad Rafiq 2025-07-14 14:54:26 +08:00
parent 750f2efaa7
commit 59fb406eb9
No known key found for this signature in database

View file

@ -7,6 +7,13 @@ in
enable = true;
user = cfg.admin.username;
onActivation.cleanup = "uninstall";
casks = [ "ghostty" ];
brews = [
"mise"
"docker"
];
casks = [
"ghostty"
"slack"
];
};
}