thunderbird gpg agent
This commit is contained in:
parent
36d5e995f2
commit
1f65e12585
6 changed files with 93 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
printing.enable = true;
|
||||
|
|
@ -9,6 +9,13 @@
|
|||
};
|
||||
udisks2.enable = true;
|
||||
emacs.enable = true;
|
||||
protonmail-bridge.enable = true;
|
||||
};
|
||||
|
||||
home.services.protonmail-bridge = {
|
||||
enable = true;
|
||||
path = with pkgs; [
|
||||
pass
|
||||
gnome-keyring
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue