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