summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-08-11 20:31:28 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-08-11 20:31:28 +0200
commitbf215f7281a8c70f16d23ca568cbc4c6021a065e (patch)
tree65de8930f4497354581b927f6318514e07eedfa1
parentf235431ee19d8d79e8f21157e54ffd444a26e4e5 (diff)
downloadnixos-bf215f7281a8c70f16d23ca568cbc4c6021a065e.tar
nixos-bf215f7281a8c70f16d23ca568cbc4c6021a065e.tar.gz
nixos-bf215f7281a8c70f16d23ca568cbc4c6021a065e.tar.bz2
nixos-bf215f7281a8c70f16d23ca568cbc4c6021a065e.tar.xz
nixos-bf215f7281a8c70f16d23ca568cbc4c6021a065e.zip
gconf on hel
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index e02f9bf4..d5b5696c 100644
--- a/hel.nix
+++ b/hel.nix
@@ -195,6 +195,8 @@
195 libinput.enable = true; 195 libinput.enable = true;
196 196
197 dpi = 210; 197 dpi = 210;
198
199 dbus.packages = with pkgs; [ gnome.GConf ];
198 }; 200 };
199 201
200 ntp.enable = false; 202 ntp.enable = false;