mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-21 14:13:08 +01:00
6 lines
95 B
Nix
6 lines
95 B
Nix
{ pkgs }:
|
|
|
|
pkgs.writeShellScriptBin "screenshootin" ''
|
|
grim -g "$(slurp)" - | swappy -f -
|
|
''
|