diff options
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 |