From 59da79c733f1b97ffc51f8863c96e9ef1c7751d0 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 11 Mar 2015 19:29:08 +0100 Subject: [PATCH] ibus: Enable XIM support. This allows firefox to use ibus. --- nixos/modules/programs/ibus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/ibus.nix b/nixos/modules/programs/ibus.nix index c9447878993..ee3a734db71 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"; }; }