From 5140a4ed164be6dbede7ecdf10ed92365eb7ca6e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 13 Sep 2024 08:13:56 +0100 Subject: [PATCH] Sway start protonmail-bridge at startup --- system/home/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/home/sway/default.nix b/system/home/sway/default.nix index 48e6d28f..a008e77b 100644 --- a/system/home/sway/default.nix +++ b/system/home/sway/default.nix @@ -175,6 +175,7 @@ in }; startup = [ { command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"; } + { command = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"; } { command = "${pkgs.dex}/bin/dex -a"; } { command = "${set-background}/bin/set-background"; } ];