nixos/ibus: fix custom panel example
The example was missing a `''`, so it did not appear correctly in the manual. This also caused the manual to retain references inappropriately.
This commit is contained in:
parent
1625d8c998
commit
e38970c60b
|
@ -44,7 +44,7 @@ in
|
|||
panel = mkOption {
|
||||
type = with types; nullOr path;
|
||||
default = null;
|
||||
example = literalExample "${pkgs.kde5.plasma-desktop}/lib/libexec/kimpanel-ibus-panel";
|
||||
example = literalExample "''${pkgs.kde5.plasma-desktop}/lib/libexec/kimpanel-ibus-panel";
|
||||
description = "Replace the IBus panel with another panel.";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue