treewide: /lib/libexec -> /libexec

/lib/libexec doesn't exist.
This commit is contained in:
K900 2023-11-26 10:55:37 +03:00
parent d588537b90
commit 54c8998ba1
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ in
panel = mkOption {
type = with types; nullOr path;
default = null;
example = literalExpression ''"''${pkgs.plasma5Packages.plasma-desktop}/lib/libexec/kimpanel-ibus-panel"'';
example = literalExpression ''"''${pkgs.plasma5Packages.plasma-desktop}/libexec/kimpanel-ibus-panel"'';
description = lib.mdDoc "Replace the IBus panel with another panel.";
};
};