Thablet bluetooth

This commit is contained in:
Daniel Flanagan 2024-06-02 14:26:51 -05:00
parent 12149bb2f6
commit 091a9e2485

View file

@ -70,5 +70,10 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
system.stateVersion = "23.11"; system.stateVersion = "23.11";
} }