Move back to thunderbird

This commit is contained in:
Natsu Kagami 2024-04-22 11:57:42 +02:00
parent 9d924cc9a9
commit e9e5a00308
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 27 additions and 7 deletions

View file

@ -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 {