summaryrefslogtreecommitdiff
path: root/home/wayland/pkgs/wayland-scripts/default.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2026-02-08 17:31:41 +0530
committersinanmohd <sinan@sinanmohd.com>2026-02-08 17:37:39 +0530
commit142a0ef7616c870e06850d266137a9799e09f8ea (patch)
treed0e1d4d86322b73df95961407fc1e489d199926a /home/wayland/pkgs/wayland-scripts/default.nix
parent50c4cb1db0323624f60a9aa8408ba5576d5eee64 (diff)
chore(home/wayland/pkgs/wayland-scripts): refactor
Diffstat (limited to 'home/wayland/pkgs/wayland-scripts/default.nix')
-rw-r--r--home/wayland/pkgs/wayland-scripts/default.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/home/wayland/pkgs/wayland-scripts/default.nix b/home/wayland/pkgs/wayland-scripts/default.nix
index 0e28487..e39907a 100644
--- a/home/wayland/pkgs/wayland-scripts/default.nix
+++ b/home/wayland/pkgs/wayland-scripts/default.nix
@@ -7,10 +7,9 @@
sway,
ffmpeg,
libnotify,
- imv,
- grim,
- slurp,
bemenu,
+ jq,
+ coreutils,
}:
stdenvNoCC.mkDerivation {
@@ -51,11 +50,10 @@ stdenvNoCC.mkDerivation {
wrapProgram $out/bin/freezshot \
--prefix PATH : ${
lib.makeBinPath [
- ffmpeg
+ libnotify
sway
- grim
- slurp
- imv
+ jq
+ coreutils
]
}
'';