From bf215f7281a8c70f16d23ca568cbc4c6021a065e Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Sun, 11 Aug 2019 20:31:28 +0200
Subject: gconf on hel

---
 hel.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hel.nix b/hel.nix
index e02f9bf4..d5b5696c 100644
--- a/hel.nix
+++ b/hel.nix
@@ -195,6 +195,8 @@
       libinput.enable = true;
 
       dpi = 210;
+
+      dbus.packages = with pkgs; [ gnome.GConf ];
     };
 
     ntp.enable = false;
-- 
cgit v1.2.3