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.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;
|
||||||
|
|
|
@ -23,6 +23,7 @@ in {
|
||||||
fish
|
fish
|
||||||
gcc
|
gcc
|
||||||
git
|
git
|
||||||
|
gnome3.evolution
|
||||||
gnumake
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
|
|
Loading…
Reference in a new issue