9 lines
185 B
Nix
9 lines
185 B
Nix
{ ... }: {
|
|
imports = [
|
|
../../modules/scans/thinkpad.nix
|
|
|
|
../../modules/hardware/thinkpad.nix
|
|
../../modules/system/default.nix
|
|
../../modules/system/user.nix
|
|
];
|
|
}
|