diff --git a/user/home.nix b/user/home.nix index 31773d4..4a9f89b 100644 --- a/user/home.nix +++ b/user/home.nix @@ -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";