From 7542b49a5f093ad0d22f3cd964cdbc7ce338aa94 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 8 Feb 2026 22:56:12 +0530 Subject: feat(home/wayland/wayland-scripts): init new cmds --- home/wayland/pkgs/wayland-scripts/default.nix | 63 +++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'home/wayland/pkgs/wayland-scripts/default.nix') diff --git a/home/wayland/pkgs/wayland-scripts/default.nix b/home/wayland/pkgs/wayland-scripts/default.nix index e39907a..982453b 100644 --- a/home/wayland/pkgs/wayland-scripts/default.nix +++ b/home/wayland/pkgs/wayland-scripts/default.nix @@ -10,6 +10,16 @@ bemenu, jq, coreutils, + mpv, + util-linux, + gnugrep, + file, + wl-clipboard, + xdg-utils, + wtype, + curl, + tailscale, + bc, }: stdenvNoCC.mkDerivation { @@ -56,6 +66,59 @@ stdenvNoCC.mkDerivation { coreutils ] } + wrapProgram $out/bin/damb \ + --prefix PATH : ${ + lib.makeBinPath [ + libnotify + bemenu + mpv + util-linux + gnugrep + coreutils + file + ] + } + wrapProgram $out/bin/dbook \ + --prefix PATH : ${ + lib.makeBinPath [ + libnotify + file + bemenu + coreutils + wl-clipboard + xdg-utils + wtype + ] + } + wrapProgram $out/bin/pirowatch \ + --prefix PATH : ${ + lib.makeBinPath [ + libnotify + curl + bemenu + coreutils + gnugrep + # webtorrent + ] + } + wrapProgram $out/bin/tcsv \ + --prefix PATH : ${ + lib.makeBinPath [ + libnotify + curl + bemenu + bc + # webtorrent + ] + } + wrapProgram $out/bin/vpn \ + --prefix PATH : ${ + lib.makeBinPath [ + libnotify + gnugrep + tailscale + ] + } ''; meta = { -- cgit v1.2.3