fix framework mic
This commit is contained in:
parent
e3ba5b8220
commit
71bcb4e0f1
1 changed files with 7 additions and 0 deletions
|
|
@ -19,6 +19,13 @@
|
||||||
inputs.lanzaboote.nixosModules.lanzaboote
|
inputs.lanzaboote.nixosModules.lanzaboote
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# https://github.com/NixOS/nixos-hardware/issues/1603
|
||||||
|
services.pipewire.wireplumber.extraConfig.no-ucm = {
|
||||||
|
"monitor.alsa.properties" = {
|
||||||
|
"alsa.use-ucm" = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.sbctl
|
pkgs.sbctl
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue