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;