ibus: fix dconf dependency
This commit is contained in:
parent
bdd1df16a7
commit
7cead2e990
@ -27,7 +27,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = [ pkgs.ibus ];
|
environment.systemPackages = [ pkgs.ibus pkgs.gnome3.dconf ];
|
||||||
|
|
||||||
gtkPlugins = [ pkgs.ibus ];
|
gtkPlugins = [ pkgs.ibus ];
|
||||||
qtPlugins = [ pkgs.ibus-qt ];
|
qtPlugins = [ pkgs.ibus-qt ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user