infrastructure/config/profiles/hardware/laptop/default.nix
2021-08-18 02:25:15 +01:00

9 lines
99 B
Nix

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