dotnix/modules/home/scripts/screenshotit.nix
2025-03-29 19:05:05 +01:00

5 lines
94 B
Nix

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