about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-18 21:56:52 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-18 21:56:52 -0400
commit38c7d55d5dcfe9e5fb18fd9b51041b59944cd0eb (patch)
treed5bf9e8ccf8b6db7063df89fc3a50ec3c40ee471 /nixos
parenta7b5d6142f17a3be686db0bd296d17208dee66e9 (diff)
downloadnixlib-38c7d55d5dcfe9e5fb18fd9b51041b59944cd0eb.tar
nixlib-38c7d55d5dcfe9e5fb18fd9b51041b59944cd0eb.tar.gz
nixlib-38c7d55d5dcfe9e5fb18fd9b51041b59944cd0eb.tar.bz2
nixlib-38c7d55d5dcfe9e5fb18fd9b51041b59944cd0eb.tar.lz
nixlib-38c7d55d5dcfe9e5fb18fd9b51041b59944cd0eb.tar.xz
nixlib-38c7d55d5dcfe9e5fb18fd9b51041b59944cd0eb.tar.zst
nixlib-38c7d55d5dcfe9e5fb18fd9b51041b59944cd0eb.zip
nixos/pantheon: use programs.dconf
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index f0cafc377585..685d3534509b 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -146,6 +146,7 @@ in
       isSystem = true;
     };
 
+    programs.dconf.enable = true;
     programs.evince.enable = mkDefault true;
     programs.file-roller.enable = mkDefault true;
 
@@ -162,7 +163,6 @@ in
     environment.variables.GNOME_SESSION_DEBUG = optionalString cfg.debug "1";
 
     environment.variables.GIO_EXTRA_MODULES = [
-      "${lib.getLib pkgs.gnome3.dconf}/lib/gio/modules"
       "${pkgs.gnome3.gvfs}/lib/gio/modules"
     ];
 
@@ -187,7 +187,6 @@ in
         glib-networking
         gnome-menus
         gnome3.adwaita-icon-theme
-        gnome3.dconf
         gtk3.out
         hicolor-icon-theme
         lightlocker