Files
dotfiles/darwin/kuro/homebrew.nix
servius 3db69c9e41
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
chore(darwin): prune kuro packages, update shiro casks, add 1password
2026-01-13 15:23:12 +05:30

16 lines
183 B
Nix

{...}: {
homebrew = {
enable = true;
brews = [
];
casks = [
"1password"
"lunar"
"orcaslicer"
"raycast"
"zed"
"zen"
];
};
}