summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-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;