nixos: gen 165 @ nix-pad — 2026-07-30 22:19

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-30 22:19:10 -06:00
parent 8a7a1c97c6
commit 451982c739
2 changed files with 1 additions and 9 deletions
-9
View File
@@ -41,15 +41,6 @@
wvkbd
yt-dlp
(pkgs.writeShellScriptBin "wvkbd-toggle" ''
PIDs="$(pgrep -x wvkbd-mobintl)"
if [ -z "$PIDs" ]; then
${wvkbd}/bin/wvkbd-mobintl -L 300
else
${killall}/bin/killall -34 wvkbd-mobintl
fi
'')
(pkgs.writeShellScriptBin "find-open-port" ''
if [ -z "$1" ]; then
echo "Please provide an application name, project directory, or other identifier."