summaryrefslogtreecommitdiff
path: root/nixos/.unblock-pipewire.sh
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-06-07 10:46:27 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-06-07 10:46:27 +0200
commit2926770788970ceeb31d69a726ba971358499862 (patch)
treec3be8d9b3380c06d992d7d377d8292843790d274 /nixos/.unblock-pipewire.sh
parentc36e55e90f9bdcf2c080a874b947632fb3d56202 (diff)
fix sound on nixos
Diffstat (limited to 'nixos/.unblock-pipewire.sh')
-rwxr-xr-xnixos/.unblock-pipewire.sh3
1 files changed, 3 insertions, 0 deletions
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