open bluetooth

This commit is contained in:
Sense T 2023-06-26 21:23:15 +08:00
parent 182e7836de
commit d223784ffa

View File

@ -49,4 +49,5 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.bluetooth.enable = true;
}