infrastructure/depot/profiles/hardware/laptop/default.nix
2021-08-11 21:15:50 +01:00

9 lines
99 B
Nix

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