Odin: bluez-experimental

This commit is contained in:
Filippo Berto 2025-03-18 20:40:01 +01:00
parent 38dbd9c815
commit 69509c31bb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -20,7 +20,10 @@ in
hardware = {
enableAllFirmware = true;
enableRedistributableFirmware = true;
bluetooth.enable = true;
bluetooth = {
enable = true;
package = pkgs.bluez-experimental;
};
cpu.intel.updateMicrocode = true;
graphics = {
enable = true;