1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

fcitx5: make boot after graphical session (#6432)

This commit is contained in:
Chlorodose 2025-02-22 06:37:07 +08:00 committed by GitHub
parent 6eed33a3ac
commit 9f74e14a2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,7 @@ in {
Unit = { Unit = {
Description = "Fcitx5 input method editor"; Description = "Fcitx5 input method editor";
PartOf = [ "graphical-session.target" ]; PartOf = [ "graphical-session.target" ];
After = [ "graphical-session.target" ];
}; };
Service.ExecStart = "${fcitx5Package}/bin/fcitx5"; Service.ExecStart = "${fcitx5Package}/bin/fcitx5";
Install.WantedBy = [ "graphical-session.target" ]; Install.WantedBy = [ "graphical-session.target" ];