no-rgb: use lib.getExe
This commit is contained in:
parent
e9a9e9d8a8
commit
ef8ba6aca3
@ -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" ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user