From c1d0e4e19152dd7407a0ae10e8d7c5ac5f667def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 7 Sep 2022 21:49:14 -0300 Subject: [PATCH] don't autostart firefox, it's buggy --- user/home.nix | 13 ------------- 1 file changed, 13 deletions(-) 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";