{ lib, config, ... }: { systemd.tmpfiles.rules = lib.mkIf config.my.rgb.enable [ "L+ /var/lib/OpenRGB/sizes.ors - - - - ${./openrgb/sizes.ors}" ]; }