mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
parent
a68c8cf5f1
commit
98f534e172
1 changed files with 6 additions and 1 deletions
|
@ -24,7 +24,12 @@ in
|
||||||
systemd.user.services.flameshot = {
|
systemd.user.services.flameshot = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Powerful yet simple to use screenshot software";
|
Description = "Powerful yet simple to use screenshot software";
|
||||||
After = [ "graphical-session-pre.target" ];
|
After = [
|
||||||
|
"graphical-session-pre.target"
|
||||||
|
"polybar.service"
|
||||||
|
"stalonetray.service"
|
||||||
|
"taffybar.service"
|
||||||
|
];
|
||||||
PartOf = [ "graphical-session.target" ];
|
PartOf = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue