diff options
Diffstat (limited to '')
-rw-r--r-- | pkgs/by-name/sc/screenshot_persistent/package.nix | 23 | ||||
-rwxr-xr-x | pkgs/by-name/sc/screenshot_persistent/screenshot_persistent.sh (renamed from pkgs/sources/scripts/source/small_functions/screenshot_persistent.sh) | 0 |
2 files changed, 23 insertions, 0 deletions
diff --git a/pkgs/by-name/sc/screenshot_persistent/package.nix b/pkgs/by-name/sc/screenshot_persistent/package.nix new file mode 100644 index 00000000..f79315a1 --- /dev/null +++ b/pkgs/by-name/sc/screenshot_persistent/package.nix @@ -0,0 +1,23 @@ +{ + sysLib, + grim, + slurp, + alacritty, + rofi, + libnotify, + lf, # TODO: add llp +}: +sysLib.writeShellScript { + name = "screenshot_persistent"; + src = ./screenshot_persistent.sh; + generateCompletions = false; + keepPath = true; + dependencies = [ + grim + slurp + alacritty + rofi + libnotify + lf # TODO: add llp + ]; +} diff --git a/pkgs/sources/scripts/source/small_functions/screenshot_persistent.sh b/pkgs/by-name/sc/screenshot_persistent/screenshot_persistent.sh index 4308b8d2..4308b8d2 100755 --- a/pkgs/sources/scripts/source/small_functions/screenshot_persistent.sh +++ b/pkgs/by-name/sc/screenshot_persistent/screenshot_persistent.sh |