mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-21 18:26:20 +00:00
Some checks failed
Shell Script Check & Format / shell-check (push) Has been cancelled
19 lines
456 B
Nix
19 lines
456 B
Nix
{...}: {
|
|
environment.etc."wireplumber/wireplumber.conf.d/51-rename-alsa-devices.conf".text = ''
|
|
|
|
monitor.alsa.rules = [
|
|
{
|
|
matches = [
|
|
{
|
|
node.name = "alsa_input.pci-0000_65_00.6.analog-stereo"
|
|
}
|
|
]
|
|
actions = {
|
|
update-props = {
|
|
node.description = "内置麦克风"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
'';
|
|
}
|