about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2015-03-11 19:29:08 +0100
committerGabriel Ebner <gebner@gebner.org>2015-03-11 21:54:04 +0100
commit59da79c733f1b97ffc51f8863c96e9ef1c7751d0 (patch)
tree5a2a3a19c5f32ed85e5530ffbe1e5ca1bce57781 /nixos/modules/programs
parentfde4a0d442b6beb2f748328bc27e5a8dfd441881 (diff)
downloadnixlib-59da79c733f1b97ffc51f8863c96e9ef1c7751d0.tar
nixlib-59da79c733f1b97ffc51f8863c96e9ef1c7751d0.tar.gz
nixlib-59da79c733f1b97ffc51f8863c96e9ef1c7751d0.tar.bz2
nixlib-59da79c733f1b97ffc51f8863c96e9ef1c7751d0.tar.lz
nixlib-59da79c733f1b97ffc51f8863c96e9ef1c7751d0.tar.xz
nixlib-59da79c733f1b97ffc51f8863c96e9ef1c7751d0.tar.zst
nixlib-59da79c733f1b97ffc51f8863c96e9ef1c7751d0.zip
ibus: Enable XIM support.
This allows firefox to use ibus.
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/ibus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/ibus.nix b/nixos/modules/programs/ibus.nix
index c9447878993c..ee3a734db71f 100644
--- a/nixos/modules/programs/ibus.nix
+++ b/nixos/modules/programs/ibus.nix
@@ -46,6 +46,6 @@ in
         IBUS_COMPONENT_PATH = "${env}/share/ibus/component";
       };
 
-    services.xserver.displayManager.sessionCommands = "${pkgs.ibus}/bin/ibus-daemon -d -t none";
+    services.xserver.displayManager.sessionCommands = "${pkgs.ibus}/bin/ibus-daemon --daemonize --xim --cache=none";
   };
 }