summaryrefslogtreecommitdiff
path: root/home/wayland/pkgs/wayland-scripts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/wayland/pkgs/wayland-scripts/default.nix')
-rw-r--r--home/wayland/pkgs/wayland-scripts/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/wayland/pkgs/wayland-scripts/default.nix b/home/wayland/pkgs/wayland-scripts/default.nix
index b43f4b7..c96ad22 100644
--- a/home/wayland/pkgs/wayland-scripts/default.nix
+++ b/home/wayland/pkgs/wayland-scripts/default.nix
@@ -10,6 +10,7 @@
imv,
grim,
slurp,
+ bemenu,
}:
stdenvNoCC.mkDerivation {
@@ -37,6 +38,8 @@ stdenvNoCC.mkDerivation {
postInstall = ''
wrapProgram $out/bin/cwall \
--prefix PATH : ${lib.makeBinPath [ ffmpeg libnotify sway ]}
+ wrapProgram $out/bin/daskpass \
+ --prefix PATH : ${lib.makeBinPath [ bemenu ]}
wrapProgram $out/bin/ttyasrt \
--prefix PATH : ${lib.makeBinPath [ libnotify ]}
wrapProgram $out/bin/freezshot \