summary refs log tree commit diff
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2021-01-20 19:51:32 +0100
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2021-01-20 19:51:32 +0100
commitf45f22d51901eb85a6bd4628681bcbf2732655af (patch)
treeabccec21511bf6e4cdd070ae3fd1d0cc96c6773e
parentb241f7fc58d2ec2b61dfa3819acc04a9bd23c867 (diff)
downloadnixpkgs-f45f22d51901eb85a6bd4628681bcbf2732655af.tar
nixpkgs-f45f22d51901eb85a6bd4628681bcbf2732655af.tar.gz
nixpkgs-f45f22d51901eb85a6bd4628681bcbf2732655af.tar.bz2
nixpkgs-f45f22d51901eb85a6bd4628681bcbf2732655af.tar.lz
nixpkgs-f45f22d51901eb85a6bd4628681bcbf2732655af.tar.xz
nixpkgs-f45f22d51901eb85a6bd4628681bcbf2732655af.tar.zst
nixpkgs-f45f22d51901eb85a6bd4628681bcbf2732655af.zip
nixos/evolution: enable gnome-keyring
-rw-r--r--nixos/modules/services/desktops/gnome3/evolution-data-server.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/desktops/gnome3/evolution-data-server.nix b/nixos/modules/services/desktops/gnome3/evolution-data-server.nix
index 12f13f72979..749f12b86bc 100644
--- a/nixos/modules/services/desktops/gnome3/evolution-data-server.nix
+++ b/nixos/modules/services/desktops/gnome3/evolution-data-server.nix
@@ -53,6 +53,7 @@ with lib;
           enable = true;
           plugins = [ pkgs.evolution ] ++ config.programs.evolution.plugins;
         };
+        services.gnome3.gnome-keyring.enable = true;
       })
     ];
 }