From 0e169d4a267f86b45f1c428b68a6c5aaf9d363f8 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 8 Dec 2024 13:45:18 +0100 Subject: [PATCH] home/fcitx5: add systemd service alias --- home/services/fcitx5.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; }