feat: add dj alias to control noisebridge speakers

This commit is contained in:
Jet 2026-03-17 02:26:58 -07:00
parent ef50c36670
commit 0d2afb65b7
No known key found for this signature in database

View file

@ -70,6 +70,7 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
# CLI # CLI
bat bat
ffmpeg-full
claude-code claude-code
fd fd
btop btop
@ -248,6 +249,7 @@ in
h = "hx"; h = "hx";
t = "trash"; t = "trash";
vanity = "mkp224o-amd64-64-24k -d noisebridgevanitytor noisebridge{2..7}"; vanity = "mkp224o-amd64-64-24k -d noisebridgevanitytor noisebridge{2..7}";
dj = "ffmpeg -f pulse -i alsa_output.pci-0000_c1_00.6.analog-stereo.monitor -ac 2 -ar 44100 -acodec libmp3lame -b:a 128k -content_type audio/mpeg -f mp3 'icecast://nbradio:nbradio@beyla:8005/live'";
}; };
initExtra = '' initExtra = ''
# Automatically list directory contents when changing directories # Automatically list directory contents when changing directories