Enable bluetooth bits in KDE

This commit is contained in:
Gene Liverman 2025-07-06 15:34:00 -04:00
parent 2545a2c38f
commit 0e1a0f0168
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

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