Files
dotfiles/nix/darwin/homebrew-common.nix
Stefan Imhoff 6dd6294def feat(nix): migrate oatmeal
Using it as homebrew tap instead of Nix
(https://github.com/dustinblackman/oatmeal?tab=readme-ov-file#nix),
because I'm unable to install the NUR repository successfully 🙄
2024-07-12 20:12:45 +02:00

18 lines
259 B
Nix

{
enable = true;
# TODO: Activate after migration is complete
# onActivation.cleanup = "uninstall";
taps = [
"dustinblackman/tap"
];
brews = [
"lunchy"
"oatmeal"
];
casks = [
"hammerspoon"
"raycast"
];
masApps = { };
}