Fix waybar
startup latency problem
This commit is contained in:
parent
27fdc7a92e
commit
d97229fa11
3 changed files with 13 additions and 9 deletions
|
@ -7,7 +7,9 @@
|
|||
home.packages = [ pkgs.tremotesf ];
|
||||
|
||||
systemd.user.services.tremotesf = {
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
Install.WantedBy = [
|
||||
"waybar.service"
|
||||
];
|
||||
|
||||
Unit = {
|
||||
Description = "tremotesf";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue