no-rgb: use lib.getExe

This commit is contained in:
Simon Gardling 2025-08-18 04:55:48 -04:00
parent e9a9e9d8a8
commit ef8ba6aca3
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -211,7 +211,7 @@
{ {
description = "disable rgb"; description = "disable rgb";
serviceConfig = { serviceConfig = {
ExecStart = "${no-rgb}/bin/${no-rgb.name}"; ExecStart = "${lib.getExe no-rgb}";
Type = "oneshot"; Type = "oneshot";
}; };
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];