mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +00: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 = {
|
||||
Description = "Fcitx5 input method editor";
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
After = [ "graphical-session.target" ];
|
||||
};
|
||||
Service.ExecStart = "${fcitx5Package}/bin/fcitx5";
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue