summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinj <linj.dev@outlook.com>2022-06-08 19:36:52 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-06-08 12:43:51 +0000
commitd5c354ce5e20cb03d9244dab8d07329a9315d620 (patch)
tree50afd355332136502076a14ec27ef0472a29656d
parentocamlPackages.cmdliner_1_0: Update license (diff)
downloadnixpkgs-d5c354ce5e20cb03d9244dab8d07329a9315d620.tar.gz
nixos/ibus: fix services.dbus.package
(cherry picked from commit bbf947dbd860dd959688dd3d323fc0c10a14dad1)
-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 c5b0cbc21502..d9d9864ab9e0 100644
--- a/nixos/modules/i18n/input-method/ibus.nix
+++ b/nixos/modules/i18n/input-method/ibus.nix
@@ -67,7 +67,7 @@ in
programs.dconf.packages = [ ibusPackage ];
services.dbus.packages = [
- ibusAutostart
+ ibusPackage
];
environment.variables = {