dots/modules/hosts/darwin/AirPuppet/default.nix
Gene Liverman 0dea1aab28
Add pre-commit hooks for nixfmt, deadnix, and statix
Also, exclude .pre-commit-config.yaml from the SOPS differ
2026-03-14 11:23:11 -04:00

16 lines
246 B
Nix

_: {
system.stateVersion = 4;
homebrew = {
# used to have tap sandreas/tap and program m4b-tool
casks = [
"backblaze"
"calibre"
"steam"
"vlc"
];
masApps = {
"HomeCam" = 1292995895;
};
};
}