Files
SaugOS/modules/home/scripts/screenshootin.nix
2026-03-24 19:07:42 +01:00

6 lines
95 B
Nix

{ pkgs }:
pkgs.writeShellScriptBin "screenshootin" ''
grim -g "$(slurp)" - | swappy -f -
''