nixos: gen 164 @ nix-pad — 2026-07-30 22:16

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-30 22:16:59 -06:00
parent 0201fb5fcc
commit 8a7a1c97c6
2 changed files with 34 additions and 1 deletions
+10
View File
@@ -38,8 +38,18 @@
steam
spotify
vlc
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."