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
zathura
(pkgs.writeDashBin "screenshot" ''
set -efu
${pkgs.flameshot-once}/bin/flameshot-once
${pkgs.klem}/bin/klem
'')