Add AirPuppet

This commit is contained in:
Gene Liverman 2023-12-17 13:13:52 -05:00
parent 11ff738f6f
commit c9cd61f74a
3 changed files with 20 additions and 0 deletions

View file

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