From 9aeb0bb43647063dda4990ce399971ec85589d4f Mon Sep 17 00:00:00 2001 From: muon Date: Wed, 1 Apr 2026 09:55:41 +0000 Subject: [PATCH] Add bluetooth --- hosts/murk/configuration.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/hosts/murk/configuration.nix b/hosts/murk/configuration.nix index b2beb5e..c8332f3 100644 --- a/hosts/murk/configuration.nix +++ b/hosts/murk/configuration.nix @@ -93,6 +93,28 @@ in { # _JAVA_OPTIONS = "-Dsun.java2d.uiScale=2"; # }; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General = { + # Shows battery charge of connected devices on supported + # Bluetooth adapters. Defaults to 'false'. + Experimental = true; + # When enabled other devices can connect faster to us, however + # the tradeoff is increased power consumption. Defaults to + # 'false'. + FastConnectable = true; + }; + Policy = { + # Enable all controllers when they are found. This includes + # adapters present on start as well as adapters that are plugged + # in later on. Defaults to 'true'. + AutoEnable = true; + }; + }; + }; + ## Monitors mods.monitors = { primary = {