{ lib, config, ... }:
{
config = lib.mkIf config.system.desktop.enable {
programs = {
light.enable = true;
kbdlight.enable = true;
};
}