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