Files
dotfiles/darwin/shiro/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

18 lines
221 B
Nix

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