diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-11-30 12:54:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-12-03 17:32:26 -0600 |
| commit | 854f5ee287eb66db5a0713e2f4fac56794e3d735 (patch) | |
| tree | 93864fc9cfbf1c3a60ad3c4cffe3d62db5fdfb7d /pkgs/scripts/clip.nix | |
| parent | a47ac17c249574e68c4a9f93f558ea61f987804f (diff) | |
flake: update to 24.11
Diffstat (limited to 'pkgs/scripts/clip.nix')
| -rw-r--r-- | pkgs/scripts/clip.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/scripts/clip.nix b/pkgs/scripts/clip.nix index 501bb3b..b801ccf 100644 --- a/pkgs/scripts/clip.nix +++ b/pkgs/scripts/clip.nix @@ -1,6 +1,6 @@ { lib , writeShellScriptBin -, gnome +, gnome-screenshot , xclip , file , imagemagick @@ -37,7 +37,7 @@ writeShellScriptBin name '' fi CLIP="$HOME/vtmp/$$.png" - ${gnome.gnome-screenshot}/bin/gnome-screenshot "$OPTIONS" -f "$CLIP" + ${gnome-screenshot}/bin/gnome-screenshot "$OPTIONS" -f "$CLIP" ${copyOut} rm "$CLIP" |
