diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 10:46:27 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 10:46:27 +0200 |
| commit | 2926770788970ceeb31d69a726ba971358499862 (patch) | |
| tree | c3be8d9b3380c06d992d7d377d8292843790d274 /nixos/.unblock-pipewire.sh | |
| parent | c36e55e90f9bdcf2c080a874b947632fb3d56202 (diff) | |
fix sound on nixos
Diffstat (limited to 'nixos/.unblock-pipewire.sh')
| -rwxr-xr-x | nixos/.unblock-pipewire.sh | 3 |
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 |
