nix-flake/hosts/thinkpad/config.nix
2026-02-01 19:53:11 +07:00

7 lines
146 B
Nix

{ ... }: {
imports = [
../../modules/hardware/thinkpad.nix
../../modules/system/default.nix
../../modules/scans/thinkpad.nix
];
}