This commit is contained in:
parent
d74a131529
commit
1408470a53
3 changed files with 35 additions and 45 deletions
|
|
@ -21,7 +21,7 @@ in
|
|||
# fuck qt tbh
|
||||
i18n.inputMethod = {
|
||||
enable = true;
|
||||
package = pkgs.ibus-patched;
|
||||
package = pkgs.ibus;
|
||||
# ibus.engines = with pkgs.ibus-engines; [ uniemoji ];
|
||||
};
|
||||
# home-manager.sharedModules = [
|
||||
|
|
@ -51,7 +51,7 @@ in
|
|||
# ];
|
||||
|
||||
systemd.user.services."org.freedesktop.IBus.session.generic".wantedBy = [ cfg.wantedBy ];
|
||||
systemd.packages = [ pkgs.ibus-patched ];
|
||||
systemd.packages = [ pkgs.ibus ];
|
||||
# systemd.user.services.ibus =
|
||||
# let
|
||||
# ibusPackage = config.i18n.inputMethod.package;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue