l baseX: flameshot-once -> flameshot

This commit is contained in:
lassulus 2023-02-03 13:25:44 +01:00
parent b3ccfd3a78
commit 2fa9f8601e

View File

@ -91,11 +91,11 @@ in {
xorg.xhost xorg.xhost
xsel xsel
zathura zathura
flameshot-once flameshot
(pkgs.writeDashBin "screenshot" '' (pkgs.writeDashBin "screenshot" ''
set -efu set -efu
${pkgs.flameshot-once}/bin/flameshot-once ${pkgs.flameshot}/bin/flameshot gui
${pkgs.klem}/bin/klem ${pkgs.klem}/bin/klem
'') '')
]; ];