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:
parent
6eed33a3ac
commit
9f74e14a2d
1 changed files with 1 additions and 0 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue