Swap evolution for thunderbird
This commit is contained in:
parent
4c913db2fb
commit
286f296de4
2 changed files with 9 additions and 5 deletions
|
@ -221,12 +221,16 @@ in
|
|||
hardware.opengl.driSupport = true;
|
||||
hardware.opengl.driSupport32Bit = !pkgs.stdenv.isAarch64; # For 32 bit applications
|
||||
# Email
|
||||
programs.evolution = {
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [ evolution-ews ]; # For @epfl.ch and @uwaterloo.ca emails
|
||||
profiles.default = {
|
||||
isDefault = true;
|
||||
};
|
||||
settings = {
|
||||
"privacy.donottrackheader.enabled" = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
## Services
|
||||
# gnome-keyring for storing keys
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue