mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
20 lines
283 B
Nix
20 lines
283 B
Nix
{
|
|
enable = true;
|
|
# TODO: Activate after migration is complete
|
|
# onActivation.cleanup = "uninstall";
|
|
taps = [
|
|
"dustinblackman/tap"
|
|
];
|
|
brews = [
|
|
"lunchy"
|
|
"oatmeal"
|
|
];
|
|
casks = [
|
|
"hammerspoon"
|
|
"raycast"
|
|
"wezterm"
|
|
"zed"
|
|
];
|
|
masApps = { };
|
|
}
|