feat(pkgs): Enable Evolution & GNOME key ring
This commit is contained in:
parent
197f33574e
commit
cd2f1fdabb
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -23,6 +23,7 @@ in {
|
|||
fish
|
||||
gcc
|
||||
git
|
||||
gnome3.evolution
|
||||
gnumake
|
||||
gnupg
|
||||
google-cloud-sdk
|
||||
|
|
Loading…
Reference in a new issue