flameshot-once: move to tv

This commit is contained in:
tv 2023-02-03 13:15:23 +01:00
parent 3e4b31e653
commit af9e845e86
4 changed files with 2 additions and 2 deletions

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
${pkgs.klem}/bin/klem ${pkgs.klem}/bin/klem
'') '')
]; ];