diff options
author | Julian T <julian@jtle.dk> | 2022-03-15 15:13:38 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-03-29 09:27:37 +0200 |
commit | ca25a8b152edab41c0b14fb0e831b597b98624e2 (patch) | |
tree | df90f9a470477699ab5733927ea81c0cb77fbbc7 /desktop.nix | |
parent | 30a484ccb71279d68d6e475e50e39d4a0eeee990 (diff) |
Working evolution-ews
Diffstat (limited to 'desktop.nix')
-rw-r--r-- | desktop.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop.nix b/desktop.nix index e6a53f0..8be4255 100644 --- a/desktop.nix +++ b/desktop.nix @@ -58,6 +58,7 @@ gnome = { gnome-keyring.enable = true; evolution-data-server.enable = true; + gnome-online-accounts.enable = true; }; # Enable CUPS to print documents. @@ -116,6 +117,11 @@ noto-fonts noto-fonts-emoji liberation_ttf ubuntu_font_family cozette ]; + programs.evolution = { + enable = true; + plugins = [ pkgs.evolution-ews ]; + }; + environment.systemPackages = with pkgs; [ # General stuff gnupg acpi gutenprint gutenprintBin termite rofi |