1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00

lenovo-thinkpad-z13-gen2: move to asound.conf

`sound.*` was removed upstream in Nixpkgs
This commit is contained in:
toastal 2024-07-18 17:03:33 +00:00 committed by GitHub
parent c5013aa7ce
commit 9a187879f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 11 deletions

View file

@ -0,0 +1,9 @@
pcm.!default {
type plug
slave.pcm "hw:1,0"
}
ctl.!default {
type hw
card 1
}

View file

@ -5,15 +5,5 @@
../../../../../lenovo/thinkpad/z/gen2 ../../../../../lenovo/thinkpad/z/gen2
]; ];
sound.extraConfig = '' environment.etc."asound.conf".source = ./asound.conf;
pcm.!default {
type plug
slave.pcm "hw:1,0"
}
ctl.!default {
type hw
card 1
}
'';
} }