summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-12 12:25:51 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-12 12:25:51 +0200
commit415640971886d97294e110d8bfce82ed4e509783 (patch)
tree21fc53aaa76acc14f3209fd48482651bec699a5d /hel.nix
parent77d6d40361b2db339d6e4fb7744ebb2425e81e43 (diff)
downloadnixos-415640971886d97294e110d8bfce82ed4e509783.tar
nixos-415640971886d97294e110d8bfce82ed4e509783.tar.gz
nixos-415640971886d97294e110d8bfce82ed4e509783.tar.bz2
nixos-415640971886d97294e110d8bfce82ed4e509783.tar.xz
nixos-415640971886d97294e110d8bfce82ed4e509783.zip
unblock dunst correctly
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 1466ea23..4374ea88 100644
--- a/hel.nix
+++ b/hel.nix
@@ -313,7 +313,7 @@
313 User = "%I"; 313 User = "%I";
314 ExecStart = "${pkgs.slim}/bin/slimlock"; 314 ExecStart = "${pkgs.slim}/bin/slimlock";
315 ExecStartPre = "${pkgs.psmisc}/bin/killall -SIGUSR1 dunst"; 315 ExecStartPre = "${pkgs.psmisc}/bin/killall -SIGUSR1 dunst";
316 ExecStartPost = "${pkgs.psmisc}/bin/killall -SIGUSR2 dunst"; 316 ExecStopPost = "${pkgs.psmisc}/bin/killall -SIGUSR2 dunst";
317 }; 317 };
318 }; 318 };
319 systemd.targets."sleep" = { 319 systemd.targets."sleep" = {