1 2 3 4 5 6 7 8 9 10 11
(udev-service-type config => (udev-configuration (inherit config) (rules (cons* ddcutil %backlight-udev-rule %qmk-udev-rule %steam-controller-udev-rule %bluetooth-controller-rule (udev-configuration-rules config)))))
1 2 3 4 5 6 7 8 9 10 11
(udev-service-type config => (udev-configuration (inherit config) (rules (cons* ddcutil %backlight-udev-rule %qmk-udev-rule %steam-controller-udev-rule %bluetooth-controller-rule (udev-configuration-rules config)))))