diff --git a/hosts/common/default.nix b/hosts/common/default.nix
index 589dacf..55c0c53 100644
--- a/hosts/common/default.nix
+++ b/hosts/common/default.nix
@@ -235,4 +235,10 @@ in {
     "sysv"
     "ufs"
   ];
+
+  hardware.bluetooth.settings = {
+    General = {
+      Enable = "Source,Sink,Media,Socket";
+    };
+  };
 }