This repository has been archived on 2024-07-29. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config/darwin/homebrew.nix
2024-07-19 02:08:20 -04:00

20 lines
219 B
Nix

{
onActivation.cleanup = "uninstall";
taps = [
# nothing here, yet
];
casks = [
# nothing here, yet
];
brews = [
# nothing here, yet
];
masApps = {
"Reeder 5." = 1529448980;
};
}