diff --git a/home/services/fcitx5.nix b/home/services/fcitx5.nix index ec836d9..ce8d60c 100644 --- a/home/services/fcitx5.nix +++ b/home/services/fcitx5.nix @@ -132,5 +132,6 @@ in Service.Restart="on-failure"; Service.ExecStart = lib.mkForce "${fcitx5Package}/bin/fcitx5"; Service.ExecReload = "/bin/kill -HUP $MAINPID"; + Install.Alias = "fcitx5.service"; }; }