dots/modules/hosts/darwin/AirPuppet/default.nix
2023-12-17 13:13:52 -05:00

10 lines
177 B
Nix

{ pkgs, ... }: {
system.stateVersion = 4;
homebrew = {
# used to have tap sandreas/tap and program m4b-tool
masApps = {
"HomeCam" = 1292995895;
};
};
}