diff --git a/hosts/lillypc/openrgb.nix b/hosts/lillypc/openrgb.nix index 028d6d4..b962a31 100644 --- a/hosts/lillypc/openrgb.nix +++ b/hosts/lillypc/openrgb.nix @@ -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}" ]; } \ No newline at end of file