Fix some minor annoyances
This commit is contained in:
parent
3c8b365a07
commit
175be8db19
|
@ -22,6 +22,7 @@ with lib; {
|
|||
${pkgs.protonmail-bridge}/bin/protonmail-bridge --noninteractive
|
||||
'';
|
||||
};
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
};
|
||||
# Setup accounts
|
||||
accounts.email = {
|
||||
|
|
|
@ -11,5 +11,11 @@ in
|
|||
package = stray;
|
||||
};
|
||||
};
|
||||
# Add a delay to the service so it will start up after the bar
|
||||
systemd.user.services.syncthingtray = {
|
||||
Service = {
|
||||
ExecStartPre = "/run/current-system/sw/bin/sleep 5";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue