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

@ -100,6 +100,7 @@
in { in {
darwinConfigurations = { darwinConfigurations = {
AirPuppet = darwinHostConfig "x86_64-darwin" "AirPuppet" "gene";
Blue-Rock = darwinHostConfig "x86_64-darwin" "Blue-Rock" "gene.liverman"; Blue-Rock = darwinHostConfig "x86_64-darwin" "Blue-Rock" "gene.liverman";
}; };

View file

@ -0,0 +1,9 @@
{ pkgs, genebean-omp-themes, ... }: {
home.stateVersion = "23.11";
imports = [
../../common/all-cli.nix
../../common/all-gui.nix
../../common/all-darwin.nix
];
}

View file

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