Files
LillyOS/hosts/lillypc/openrgb.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}"
];
}