l baseX: add -efu to screenshot script

This commit is contained in:
lassulus 2020-09-27 15:29:38 +02:00
parent 2fb25e24df
commit 2dcf7167e7

View File

@ -93,6 +93,8 @@ in {
xsel xsel
zathura zathura
(pkgs.writeDashBin "screenshot" '' (pkgs.writeDashBin "screenshot" ''
set -efu
${pkgs.flameshot-once}/bin/flameshot-once ${pkgs.flameshot-once}/bin/flameshot-once
${pkgs.klem}/bin/klem ${pkgs.klem}/bin/klem
'') '')