From ceea7768752e481255eebcd08ce1324fe35b82df Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 21 Jul 2016 16:51:46 +0200 Subject: syntax --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 2a1b9736..a116468b 100644 --- a/hel.nix +++ b/hel.nix @@ -260,7 +260,7 @@ #!${pkgs.zsh}/bin/zsh DBUS_ADDRESS=`grep "DBUS_SESSION_BUS_ADDRESS=" /home/gkleen/.dbus/session-bus/${"*"}-0 | cut -d "=" -f 2-` - exec env DBUS_SESSION_BUS_ADDRESS='${DBUS_ADDRESS} ${pkgs.libnotify}/notify-send '${(qq)@} + exec env DBUS_SESSION_BUS_ADDRESS=''${DBUS_ADDRESS} ${pkgs.libnotify}/notify-send ''${(qq)@} ''; }; } -- cgit v1.2.3