This commit is contained in:
Peder Bergebakken Sundt 2025-01-12 00:51:00 +01:00
parent 2adba0ed1b
commit 3a825f05f4
2 changed files with 1 additions and 6 deletions

View File

@ -9,7 +9,6 @@ let
v4l-utils
alsa-utils
(pkgs.zenity or pkgs.gnome.zenity)
lxterminal
];
in

View File

@ -1,11 +1,7 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p ffmpeg v4l-utils alsa-utils gnome.zenity lxterminal
#!nix-shell -i bash -p ffmpeg v4l-utils alsa-utils gnome.zenity
set -euo pipefail
#if [[ -z ${_IS_IN_GUI:-} ]]; then
# exec lxterminal --command "_IS_IN_GUI=1 $(printf "%q" "$(realpath "$0")")" &
#fi
video_devices=()
audio_devices=()