Merge branch 'thinkpad'

This commit is contained in:
2024-05-16 21:02:26 -04:00
4 changed files with 211 additions and 0 deletions

View File

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