NixOS-Config/modules/system/programs/backlights/default.nix

8 lines
142 B
Nix

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