diff --git a/hosts/apps.nix b/hosts/apps.nix index ae2c601..25f0392 100644 --- a/hosts/apps.nix +++ b/hosts/apps.nix @@ -22,7 +22,6 @@ # Tray applications networkmanagerapplet # nm-applet nextcloud-client - protonmail-bridge # GNOME apps gnome.cheese diff --git a/modules/i3/default.nix b/modules/i3/default.nix index 810c407..9fefebf 100644 --- a/modules/i3/default.nix +++ b/modules/i3/default.nix @@ -79,11 +79,6 @@ in with theme.colors; { always = true; notification = false; } - { - command = "protonmail-bridge --noninteractive &"; - always = true; - notification = false; - } { command = "(xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border --disable-version-warning) &"; always = true;