From a5d31d2ee0ec981b611e1d6049260f7e039d1deb Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 6 Nov 2024 22:23:43 -0600 Subject: [PATCH] protonmail-bridge --- hosts/workstation/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 2230ee5..4487403 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -131,6 +131,10 @@ enable = true; fileSystems = [ "/" ]; }; + protonmail-bridge = { + enable = true; + path = [ pkgs.gnome-keyring ]; + }; resilio = { enable = true; useUpnp = true;