infrastructure/profiles/hardware/laptop/default.nix

11 lines
156 B
Nix

{ ... }: {
imports = [
({ config, ... }: {
deploy.profile.hardware.laptop = true;
imports = [
./light.nix
];
})
];
}