mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 23:24:21 +00:00
parent
a68c8cf5f1
commit
98f534e172
1 changed files with 6 additions and 1 deletions
|
@ -24,7 +24,12 @@ in
|
|||
systemd.user.services.flameshot = {
|
||||
Unit = {
|
||||
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" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue