From 90ef9484c24e49123ef7afc692e73e0917816e2b Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 3 Dec 2025 09:33:38 +0700 Subject: m --- hosts/local/gui.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'hosts/local') diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix index 9785855..1653bc5 100644 --- a/hosts/local/gui.nix +++ b/hosts/local/gui.nix @@ -124,4 +124,20 @@ in { ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts); }; + + ## Bluetooth + hardware.enableAllFirmware = true; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General = {Experimental = true;}; + Policy = { + AutoEnable = true; + }; + }; + disabledPlugins = ["sap"]; + package = pkgs.bluez; + }; + services.blueman.enable = true; } -- cgit v1.2.3