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:
Thomas Tuegel 2017-01-24 12:52:39 -06:00
parent 1625d8c998
commit e38970c60b
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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.";
};
};