This commit is contained in:
cnst
2024-08-01 19:11:01 +02:00
parent ec2d61b288
commit a58147df97
17 changed files with 168 additions and 310 deletions

View File

@@ -10,7 +10,7 @@
mod = "${self}/nixos";
# get the basic config to build on top of
inherit (import "${self}/nixos") laptop cnix toothpc;
inherit (import "${self}/nixos") adampad cnix toothpc;
# get these into the module system
specialArgs = {inherit inputs self;};
@@ -49,7 +49,6 @@
toothpc
++ [
./toothpc
"${mod}/core"
"${mod}/core/lanzaboote.nix"
"${mod}/core/network/toothpc.nix"
@@ -58,8 +57,6 @@
"${mod}/services/xserver/toothpc.nix"
"${mod}/extra/gaming.nix"
"${mod}/extra/android"
"${mod}/extra/workstation"
{
home-manager = {
users.toothpick.imports = homeImports."toothpick@toothpc";
@@ -74,10 +71,9 @@
adampad = nixosSystem {
inherit specialArgs;
modules =
laptop
adampad
++ [
./adampad
"${mod}/core"
"${mod}/core/network/adampad.nix"
"${mod}/hardware/adampad.nix"