Auto-commit: 2026-01-05 19:45:33

This commit is contained in:
2026-01-05 19:45:33 +00:00
parent ed09519f93
commit cbf3449c58

View File

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