mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Add AirPuppet
This commit is contained in:
parent
11ff738f6f
commit
c9cd61f74a
3 changed files with 20 additions and 0 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
9
modules/home-manager/hosts/AirPuppet/gene.nix
Normal file
9
modules/home-manager/hosts/AirPuppet/gene.nix
Normal 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
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
||||||
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