dots/modules/hosts/darwin/AirPuppet/default.nix
Gene Liverman f830613ded
Add pre-commit hooks for nixfmt, deadnix, and statix
Also, exclude .pre-commit-config.yaml from SOPS processing
2026-03-14 01:21:41 -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;
};
};
}