dconf: move to top-level

This commit is contained in:
Jan Tojnar
2019-12-01 01:01:40 +01:00
parent 28cb34d538
commit 8cbc862b83
33 changed files with 76 additions and 82 deletions
+3 -2
View File
@@ -3,8 +3,6 @@
lib.makeScope pkgs.newScope (self: with self; {
#### NixOS support
inherit (pkgs.gnome3) dconf;
mkXfceDerivation = callPackage ./mkXfceDerivation.nix { };
automakeAddFlags = pkgs.makeSetupHook { } ./automakeAddFlags.sh;
@@ -217,4 +215,7 @@ lib.makeScope pkgs.newScope (self: with self; {
thunar-bare = thunar.override {
thunarPlugins = [];
};
# added 2019-11-30
inherit (pkgs) dconf;
})