aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/i18n
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-25 12:25:44 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-27 11:49:10 -0600
commit8eb4d2afbc1d61d316073f25f5885a46ccb37ea2 (patch)
treeb5582ec31def0927d797f5ec3a1fc76df50a4bd2 /nixos/modules/i18n
parentc1ddd2353bbf3085a3b82e12edaee01d27c9e45a (diff)
Remove top-level kde5 attribute
- There is no such thing as KDE 5
Diffstat (limited to 'nixos/modules/i18n')
-rw-r--r--nixos/modules/i18n/input-method/ibus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/i18n/input-method/ibus.nix b/nixos/modules/i18n/input-method/ibus.nix
index a5bbe6bcb559..f8e021f551e8 100644
--- a/nixos/modules/i18n/input-method/ibus.nix
+++ b/nixos/modules/i18n/input-method/ibus.nix
@@ -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.plasma5.plasma-desktop}/lib/libexec/kimpanel-ibus-panel";
description = "Replace the IBus panel with another panel.";
};
};