From 67e324107e05f3245ddac034607afd0e1dea478f Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 30 Mar 2026 20:46:26 +0200 Subject: Refactored the entire configuration --- system/bluetooth.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 system/bluetooth.nix (limited to 'system/bluetooth.nix') diff --git a/system/bluetooth.nix b/system/bluetooth.nix new file mode 100644 index 0000000..a4bc960 --- /dev/null +++ b/system/bluetooth.nix @@ -0,0 +1,15 @@ +{...}: { + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General = { + Experimental = true; + FastConnectable = true; + }; + Policy = { + AutoEnable = true; + }; + }; + }; +} -- cgit v1.2.3