From ab9333c25b6bbcb440a46c2ca54c842ed6907a84 Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Mon, 2 Feb 2026 16:57:18 +0100 Subject: [PATCH] update --- configuration.nix | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1ab0354..a1c4c68 100644 --- a/configuration.nix +++ b/configuration.nix @@ -87,8 +87,20 @@ # ═══════════════════════════════════════════════════════════════ # BLUETOOTH # ═══════════════════════════════════════════════════════════════ - hardware.bluetooth.enable = true; - hardware.bluetooth.powerOnBoot = true; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General = { + Enable = "Source,Sink,Media,Socket"; + Experimental = true; + KernelExperimental = true; + }; + Policy = { + AutoEnable = true; + }; + }; + }; # ═══════════════════════════════════════════════════════════════ # PRINTING