make a bootstrap base config
This commit is contained in:
parent
3df8b1b4de
commit
eea20f2363
5 changed files with 52 additions and 3 deletions
12
flake.nix
12
flake.nix
|
|
@ -49,10 +49,22 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
homeConfig = host: inputs.hm.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./hosts/${host}/home.nix
|
||||
inputs.ctp.homeModules.catppuccin
|
||||
];
|
||||
};
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
thinkpad = nixosConfigWithHome "thinkpad";
|
||||
homelab = nixosConfig "homelab";
|
||||
bootstrap = nixosConfig "bootstrap";
|
||||
};
|
||||
homeConfigurations = {
|
||||
bootstrap = homeConfig "bootstrap";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue