diff --git a/hosts/steamdeck.cloonar.com/hardware-configuration.nix b/hosts/steamdeck.cloonar.com/hardware-configuration.nix index 1512e41..b47b5ec 100644 --- a/hosts/steamdeck.cloonar.com/hardware-configuration.nix +++ b/hosts/steamdeck.cloonar.com/hardware-configuration.nix @@ -67,4 +67,5 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.bluetooth.enable = true; }