mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add AirPuppet
This commit is contained in:
parent
11ff738f6f
commit
c9cd61f74a
3 changed files with 20 additions and 0 deletions
10
modules/hosts/darwin/AirPuppet/default.nix
Normal file
10
modules/hosts/darwin/AirPuppet/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
system.stateVersion = 4;
|
||||
|
||||
homebrew = {
|
||||
# used to have tap sandreas/tap and program m4b-tool
|
||||
masApps = {
|
||||
"HomeCam" = 1292995895;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue