Files
dotfiles/hosts/mars/darwin.nix
T
artem 91507f173d
Nix Flake Check / check (push) Successful in 49s
Bring agy back, remove annoying remap
2026-07-12 13:39:59 +02:00

13 lines
226 B
Nix

_: {
homebrew.casks = [
"bambu-studio"
# Not available in nixpkgs-26.05, and latest doesn't support x86_64-darwin
"antigravity-cli"
];
homebrew.brews = [
"libimobiledevice"
"ideviceinstaller"
];
}