{ pkgs, ... }: { # Turn off backlight on my G610 keyboard systemd.services.G610DisableBacklight = { description = "G610 disable backlight"; wantedBy = [ "multi-user.target" ]; serviceConfig.ExecStart = "${pkgs.g810-led}/bin/g610-led -a 00"; }; }