summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 16:51:46 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 16:51:46 +0200
commitceea7768752e481255eebcd08ce1324fe35b82df (patch)
tree558d9a1c91f27d349761bc0bf8800177aeeb62c4
parent6b374caa40dd3c5f23022f0ff092cd828e0418a8 (diff)
downloadnixos-ceea7768752e481255eebcd08ce1324fe35b82df.tar
nixos-ceea7768752e481255eebcd08ce1324fe35b82df.tar.gz
nixos-ceea7768752e481255eebcd08ce1324fe35b82df.tar.bz2
nixos-ceea7768752e481255eebcd08ce1324fe35b82df.tar.xz
nixos-ceea7768752e481255eebcd08ce1324fe35b82df.zip
syntax
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 2a1b9736..a116468b 100644
--- a/hel.nix
+++ b/hel.nix
@@ -260,7 +260,7 @@
260 #!${pkgs.zsh}/bin/zsh 260 #!${pkgs.zsh}/bin/zsh
261 261
262 DBUS_ADDRESS=`grep "DBUS_SESSION_BUS_ADDRESS=" /home/gkleen/.dbus/session-bus/${"*"}-0 | cut -d "=" -f 2-` 262 DBUS_ADDRESS=`grep "DBUS_SESSION_BUS_ADDRESS=" /home/gkleen/.dbus/session-bus/${"*"}-0 | cut -d "=" -f 2-`
263 exec env DBUS_SESSION_BUS_ADDRESS='${DBUS_ADDRESS} ${pkgs.libnotify}/notify-send '${(qq)@} 263 exec env DBUS_SESSION_BUS_ADDRESS=''${DBUS_ADDRESS} ${pkgs.libnotify}/notify-send ''${(qq)@}
264 ''; 264 '';
265 }; 265 };
266 } 266 }