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