diff options
Diffstat (limited to 'home/wayland/pkgs/wayland-scripts/default.nix')
| -rw-r--r-- | home/wayland/pkgs/wayland-scripts/default.nix | 63 |
1 files changed, 63 insertions, 0 deletions
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 = { |
