mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
levi: remove speaker workaround
This commit is contained in:
parent
91e34f9c70
commit
e85ab895d7
1 changed files with 0 additions and 13 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue