nixos-configuration/hosts/main/wireplumber/51-hdmi-otuput.conf

11 lines
221 B
Text
Raw Normal View History

monitor.alsa.rules = [{
matches = [{
node.name = "alsa_output.pci-0000_01_00.1.hdmi-stereo"
}]
actions = {
update-props = {
node.description = "Monitor speakers"
}
}
}]