about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorgmarmstrong <guthrie.armstrong@gmail.com>2018-06-12 08:49:40 -0400
committergmarmstrong <guthrie.armstrong@gmail.com>2018-06-12 08:49:40 -0400
commit2c0ba884c20a2f8c6f40793e254c220871937088 (patch)
treed84c929d6284861fa7d848c4fe83fd43891bf526 /nixos
parentb25a2c961466c152f27830022c4d4e645d5e5584 (diff)
downloadnixlib-2c0ba884c20a2f8c6f40793e254c220871937088.tar
nixlib-2c0ba884c20a2f8c6f40793e254c220871937088.tar.gz
nixlib-2c0ba884c20a2f8c6f40793e254c220871937088.tar.bz2
nixlib-2c0ba884c20a2f8c6f40793e254c220871937088.tar.lz
nixlib-2c0ba884c20a2f8c6f40793e254c220871937088.tar.xz
nixlib-2c0ba884c20a2f8c6f40793e254c220871937088.tar.zst
nixlib-2c0ba884c20a2f8c6f40793e254c220871937088.zip
nixos/seahorse: require gnome3.dconf
Fix #41886.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/desktops/gnome3/seahorse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/desktops/gnome3/seahorse.nix b/nixos/modules/services/desktops/gnome3/seahorse.nix
index e9ad738269e4..9631157934f9 100644
--- a/nixos/modules/services/desktops/gnome3/seahorse.nix
+++ b/nixos/modules/services/desktops/gnome3/seahorse.nix
@@ -29,7 +29,7 @@ with lib;
 
   config = mkIf config.services.gnome3.seahorse.enable {
 
-    environment.systemPackages = [ pkgs.gnome3.seahorse ];
+    environment.systemPackages = [ pkgs.gnome3.seahorse pkgs.gnome3.dconf ];
 
     services.dbus.packages = [ pkgs.gnome3.seahorse ];