{
lib,
config,
...
}: let
inherit (lib.modules) mkIf;
in {
config = mkIf config.local.profiles.laptop.enable {
hardware.brillo.enable = true;
};
}