system/services: add protonmail-bridge
This commit is contained in:
parent
c28f48e872
commit
9ad0713422
2 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
];
|
||||
|
||||
gnome.gnome-keyring.enable = true;
|
||||
gnome.gnome-online-accounts.enable = true;
|
||||
accounts-daemon.enable = true;
|
||||
|
||||
gvfs.enable = true;
|
||||
};
|
||||
|
|
6
system/services/mail.nix
Normal file
6
system/services/mail.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
services.protonmail-bridge = {
|
||||
enable = true;
|
||||
package = pkgs.protonmail-bridge;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue