diff options
Diffstat (limited to 'nixos/bin')
| -rwxr-xr-x | nixos/bin/unblock-pipewire.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/bin/unblock-pipewire.sh b/nixos/bin/unblock-pipewire.sh new file mode 100755 index 0000000..c860072 --- /dev/null +++ b/nixos/bin/unblock-pipewire.sh @@ -0,0 +1,3 @@ +amixer -c 0 sset 'Left Headphone Mixer Left DAC' on +amixer -c 0 sset 'Right Headphone Mixer Right DAC' on +amixer -c 0 sset 'Headphone' 100% unmute |
