Move back to thunderbird
This commit is contained in:
parent
9d924cc9a9
commit
e9e5a00308
3 changed files with 27 additions and 7 deletions
|
@ -31,10 +31,10 @@ let
|
|||
environment.systemPackages = with pkgs.gnome; [ pkgs.glib gnome-control-center ];
|
||||
services.accounts-daemon.enable = true;
|
||||
services.gnome.gnome-online-accounts.enable = true;
|
||||
programs.evolution.enable = true;
|
||||
programs.evolution.plugins = with pkgs; [ evolution-ews ];
|
||||
services.gnome.evolution-data-server.enable = true;
|
||||
services.gnome.evolution-data-server.plugins = with pkgs; [ evolution-ews ];
|
||||
# programs.evolution.enable = true;
|
||||
# programs.evolution.plugins = with pkgs; [ evolution-ews ];
|
||||
# services.gnome.evolution-data-server.enable = true;
|
||||
# services.gnome.evolution-data-server.plugins = with pkgs; [ evolution-ews ];
|
||||
};
|
||||
|
||||
wlr = { ... }: mkIf config.common.linux.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue