summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hel.nix b/hel.nix
index 07562c92..47475c16 100644
--- a/hel.nix
+++ b/hel.nix
@@ -327,8 +327,8 @@
327 327
328 dbus = { 328 dbus = {
329 enable = true; 329 enable = true;
330 packages = with pkgs; 330 packages =
331 [ (writeTextFile { 331 [ (pkgs.writeTextFile {
332 name = "eavesdrop.conf"; 332 name = "eavesdrop.conf";
333 text = '' 333 text = ''
334 <!DOCTYPE busconfig PUBLIC 334 <!DOCTYPE busconfig PUBLIC
@@ -343,7 +343,7 @@
343 ''; 343 '';
344 destination = "/etc/dbus-1/system.d/eavesdrop.conf"; 344 destination = "/etc/dbus-1/system.d/eavesdrop.conf";
345 }) 345 })
346 gnome.GConf 346 pkgs.gnome2.GConf
347 ]; 347 ];
348 }; 348 };
349 }; 349 };