nix-flake/hosts/thinkpad/config.nix

9 lines
185 B
Nix

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