diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/gui/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 = { |