diff options
-rw-r--r-- | hel.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 | }; |