don't autostart firefox, it's buggy
This commit is contained in:
parent
b40b957fad
commit
c1d0e4e191
|
@ -379,19 +379,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
firefox = {
|
|
||||||
Unit = {
|
|
||||||
Description = "Firefox Web browser";
|
|
||||||
Documentation = "https://github.com/Alexays/Waybar/wiki";
|
|
||||||
PartOf = [ "graphical-session.target" ];
|
|
||||||
After = [ "graphical-session.target" ];
|
|
||||||
};
|
|
||||||
Service = {
|
|
||||||
ExecStart = "${pkgs.firefox}/bin/firefox";
|
|
||||||
Restart = "on-failure";
|
|
||||||
};
|
|
||||||
Install = { WantedBy = [ "sway-session.target" ]; };
|
|
||||||
};
|
|
||||||
discord = {
|
discord = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Discord Internet voice chat";
|
Description = "Discord Internet voice chat";
|
||||||
|
|
Loading…
Reference in a new issue