diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-29T23·30+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-29T23·30+0100 |
commit | cd2f1fdabb147ab9a146afb3d379fb6802e9121d (patch) | |
tree | 17cbf5d91ddb249c2031950717eba41759d2ae0c /configuration.nix | |
parent | 197f33574e8f4ea7ac5413e6bc6e2bac47bae756 (diff) |
feat(pkgs): Enable Evolution & GNOME key ring
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 44b3040d8b52..6ca796699056 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,6 +25,9 @@ services.emacs.enable = true; services.emacs.defaultEditor = true; + # Enable GNOME keyring (required for Evolution) + services.gnome3.gnome-keyring.enable = true; + virtualisation = { # Configure VirtualBox (needed for local NixOps testing): virtualbox.host.enable = true; |