From e7fdb40141db8b0cdacf9b888bd96389f6001250 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 11 May 2024 22:05:19 +0900 Subject: fix(home/gui): restart fcitx5 on failure --- home/profiles/gui/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index b7a23a1..2238585 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -147,6 +147,10 @@ in fcitx5-mozc fcitx5-hangul ]; + systemd.user.services.fcitx5-daemon.Service = { + # HACK: fcitx5 crashes with "Wayland connection got error: 109" + Restart = "on-failure"; + }; programs = { foot = { -- cgit 1.4.1