From 0303e7dbf178f08cd30679b8e12fc07fef392142 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 11 Aug 2019 20:34:18 +0200 Subject: ... --- hel.nix | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/hel.nix b/hel.nix index d5b5696c..a2fbd5ab 100644 --- a/hel.nix +++ b/hel.nix @@ -195,8 +195,6 @@ libinput.enable = true; dpi = 210; - - dbus.packages = with pkgs; [ gnome.GConf ]; }; ntp.enable = false; @@ -329,22 +327,24 @@ dbus = { enable = true; - packages = [ (pkgs.writeTextFile { - name = "eavesdrop.conf"; - text = '' - - - - - - - - ''; - destination = "/etc/dbus-1/system.d/eavesdrop.conf"; - }) - ]; + packages = with pkgs; + [ (writeTextFile { + name = "eavesdrop.conf"; + text = '' + + + + + + + + ''; + destination = "/etc/dbus-1/system.d/eavesdrop.conf"; + }) + gnome.GConf + ]; }; }; -- cgit v1.2.3