From 2926770788970ceeb31d69a726ba971358499862 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 7 Jun 2026 10:46:27 +0200 Subject: fix sound on nixos --- nixos/.unblock-pipewire.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 nixos/.unblock-pipewire.sh (limited to 'nixos/.unblock-pipewire.sh') diff --git a/nixos/.unblock-pipewire.sh b/nixos/.unblock-pipewire.sh new file mode 100755 index 0000000..c860072 --- /dev/null +++ b/nixos/.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 -- cgit v1.2.3