diff --git a/home/programs/hyprland.nix b/home/programs/hyprland.nix index 05113f2..96196a7 100644 --- a/home/programs/hyprland.nix +++ b/home/programs/hyprland.nix @@ -334,6 +334,7 @@ in hypridle.Unit.After = lib.mkForce "graphical-session.target"; waybar.Unit.After = lib.mkForce "graphical-session.target"; network-manager-applet.Unit.After = lib.mkForce "graphical-session.target"; + fcitx5-daemon.Unit.After = lib.mkForce "graphical-session.target"; # hyprpaper.Unit.After = lib.mkForce "graphical-session.target"; }; }