asd
This commit is contained in:
parent
2adba0ed1b
commit
3a825f05f4
@ -9,7 +9,6 @@ let
|
||||
v4l-utils
|
||||
alsa-utils
|
||||
(pkgs.zenity or pkgs.gnome.zenity)
|
||||
lxterminal
|
||||
];
|
||||
in
|
||||
|
||||
|
@ -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=()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user