who up grading to 26.05
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed

This commit is contained in:
Lucy Hochkamp 2025-11-27 14:01:07 +01:00
parent d74a131529
commit 1408470a53
No known key found for this signature in database
3 changed files with 35 additions and 45 deletions

View file

@ -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;