From 35e371f2a6c2475fc832f269182090f49a39bbd9 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sat, 30 Sep 2023 14:46:14 +0200 Subject: [PATCH] steamdeck enable bluetooth --- hosts/steamdeck.cloonar.com/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) 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; }