levi: remove speaker workaround

This commit is contained in:
Sean Buckley 2023-01-07 20:12:42 -05:00
parent 91e34f9c70
commit e85ab895d7

View file

@ -15,19 +15,6 @@ in
{ type = "ed25519"; path = "${persist}/ssh_host_ed25519_key"; }
];
# speakers buzz when the onboard DAC suspends
nixpkgs.overlays = [
(self: super: {
wireplumber = super.wireplumber.overrideAttrs (_: {
postInstall = ''
sed -i \
's/.*session.suspend-timeout-seconds.*/["session.suspend-timeout-seconds"]=0,/' \
$out/share/wireplumber/main.lua.d/50-alsa-config.lua
'';
});
})
];
sconfig = {
gnome = true;
profile = "desktop";