1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 18:23:39 +02:00

hyprland: add tray.target

This commit is contained in:
André Silva 2023-10-25 17:13:51 +01:00 committed by GitHub
parent 9d0f799c66
commit 09587fbbc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];
};
};
};
}