From cbf3449c582b85d051604e693b4eb7dbee5618be Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 19:45:33 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 19:45:33 --- hosts/lillypc/openrgb.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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