aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/sc/screenshot_temporary
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/by-name/sc/screenshot_temporary/package.nix17
-rwxr-xr-xpkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh (renamed from pkgs/sources/scripts/source/small_functions/screenshot_temporary.sh)0
2 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/by-name/sc/screenshot_temporary/package.nix b/pkgs/by-name/sc/screenshot_temporary/package.nix
new file mode 100644
index 00000000..f3739b01
--- /dev/null
+++ b/pkgs/by-name/sc/screenshot_temporary/package.nix
@@ -0,0 +1,17 @@
+{
+ sysLib,
+ grim,
+ slurp,
+ wl-clipboard,
+}:
+sysLib.writeShellScript {
+ name = "screenshot_temporary";
+ src = ./screenshot_temporary.sh;
+ generateCompletions = false;
+ keepPath = false;
+ dependencies = [
+ grim
+ slurp
+ wl-clipboard
+ ];
+}
diff --git a/pkgs/sources/scripts/source/small_functions/screenshot_temporary.sh b/pkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh
index 8968ca79..8968ca79 100755
--- a/pkgs/sources/scripts/source/small_functions/screenshot_temporary.sh
+++ b/pkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh