enable bluetooth support for Yoga 6 13ALC6. (#1013)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
me00001 2024-06-28 08:30:54 +03:00 committed by GitHub
parent 14aadcba1a
commit 3980e7816c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,4 +13,6 @@
# energy savings # energy savings
boot.kernelParams = ["mem_sleep_default=deep" "pcie_aspm.policy=powersupersave"]; boot.kernelParams = ["mem_sleep_default=deep" "pcie_aspm.policy=powersupersave"];
hardware.bluetooth.enable = true;
} }