5 lines
92 B
Nix
5 lines
92 B
Nix
{pkgs}:
|
|
pkgs.writeShellScriptBin "screenshootin" ''
|
|
grim -g "$(slurp)" - | swappy -f -
|
|
''
|