Files
LillyOS/hosts/lillypc/openrgb.nix
2026-01-05 04:04:42 +01:00

5 lines
104 B
Nix

{
systemd.tmpfiles.rules = [
"L+ /var/lib/OpenRGB/sizes.ors - - - - ${./openrgb/sizes.ors}"
];
}