diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 12f1c68..c02e91b 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -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; } \ No newline at end of file