This commit is contained in:
2024-05-19 16:56:06 -04:00
parent 327eb04d7c
commit 0b3927af20
4 changed files with 142 additions and 0 deletions

View File

@@ -30,6 +30,13 @@
./hosts/thinkpad/configuration.nix
];
};
dell = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/dell/configuration.nix
];
};
};
darwinConfigurations = {