mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore(temp?): disable audioEnhancement as it makes audio nearly muted
This commit is contained in:
parent
fb3cb3d811
commit
a21405ea4f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
hardware.framework = {
|
hardware.framework = {
|
||||||
amd-7040.preventWakeOnAC = true;
|
amd-7040.preventWakeOnAC = true;
|
||||||
laptop13.audioEnhancement.enable = true;
|
# laptop13.audioEnhancement.enable = true; # makes audio almost muted
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable light sensors and accelerometers as they are not used and consume extra battery
|
# Disable light sensors and accelerometers as they are not used and consume extra battery
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue