fixed script

dev-docs
Moritz Böhme 2021-10-15 14:35:52 +02:00
parent efb2e66f2a
commit 312d0abe54
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
#!/usr/bin/env nix-shell
#! nix-shell -p pulseaudio -i bash
# get the default sink
default_sink="$(pactl info | grep -e "Default Sink:" | awk '{print $3}')"