feat(pkgs): Enable Evolution & GNOME key ring

This commit is contained in:
Vincent Ambo 2017-10-30 00:30:12 +01:00
parent 197f33574e
commit cd2f1fdabb
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,9 @@
services.emacs.enable = true; services.emacs.enable = true;
services.emacs.defaultEditor = true; services.emacs.defaultEditor = true;
# Enable GNOME keyring (required for Evolution)
services.gnome3.gnome-keyring.enable = true;
virtualisation = { virtualisation = {
# Configure VirtualBox (needed for local NixOps testing): # Configure VirtualBox (needed for local NixOps testing):
virtualbox.host.enable = true; virtualbox.host.enable = true;

View file

@ -23,6 +23,7 @@ in {
fish fish
gcc gcc
git git
gnome3.evolution
gnumake gnumake
gnupg gnupg
google-cloud-sdk google-cloud-sdk