summary refs log tree commit diff
path: root/nixos/modules/i18n/input-method
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-12-01 00:11:47 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-01 01:01:40 +0100
commit8cbc862b83dc3528ec1ee909adf29893b8376a7e (patch)
treeb14fb3c82eec3f1b3acd35699610066cf1bae25e /nixos/modules/i18n/input-method
parent28cb34d538d1ebad82def13259246ea1d7e1277f (diff)
downloadnixpkgs-8cbc862b83dc3528ec1ee909adf29893b8376a7e.tar
nixpkgs-8cbc862b83dc3528ec1ee909adf29893b8376a7e.tar.gz
nixpkgs-8cbc862b83dc3528ec1ee909adf29893b8376a7e.tar.bz2
nixpkgs-8cbc862b83dc3528ec1ee909adf29893b8376a7e.tar.lz
nixpkgs-8cbc862b83dc3528ec1ee909adf29893b8376a7e.tar.xz
nixpkgs-8cbc862b83dc3528ec1ee909adf29893b8376a7e.tar.zst
nixpkgs-8cbc862b83dc3528ec1ee909adf29893b8376a7e.zip
dconf: move to top-level
Diffstat (limited to 'nixos/modules/i18n/input-method')
-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 8109ef76c40..956c521dde0 100644
--- a/nixos/modules/i18n/input-method/ibus.nix
+++ b/nixos/modules/i18n/input-method/ibus.nix
@@ -55,7 +55,7 @@ in
 
     # Without dconf enabled it is impossible to use IBus
     environment.systemPackages = with pkgs; [
-      gnome3.dconf ibusAutostart
+      dconf ibusAutostart
     ];
 
     environment.variables = {