don't autostart firefox, it's buggy

This commit is contained in:
Leonardo Eugênio 2022-09-07 21:49:14 -03:00
parent b40b957fad
commit c1d0e4e191

View file

@ -379,19 +379,6 @@ in {
};
};
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 = {
Unit = {
Description = "Discord Internet voice chat";