1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00

hyprland: add tray.target

This commit is contained in:
André Silva 2023-10-25 17:13:51 +01:00 committed by Mikilio
parent 3b72c311ac
commit f572930b5a
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -256,5 +256,12 @@ in {
After = [ "graphical-session-pre.target" ];
};
};
systemd.user.targets.tray = {
Unit = {
Description = "Home Manager System Tray";
Requires = [ "graphical-session-pre.target" ];
};
};
};
}