mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
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 🙄
18 lines
259 B
Nix
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 = { };
|
|
}
|