summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 8394c814..13d0c6e5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -255,7 +255,7 @@
255 setgid = true; 255 setgid = true;
256 setuid = true; 256 setuid = true;
257 source = pkgs.writeScript "notify-gkleen" '' 257 source = pkgs.writeScript "notify-gkleen" ''
258 #!${pkgs.stdenv.shell} 258 #!${pkgs.zsh}/bin/zsh
259 259
260 trap "exit 0" EXIT 260 trap "exit 0" EXIT
261 261