From 313601b5498fb52e7208562a4cda0e60956113fb Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 19 Jan 2026 15:06:32 +0000 Subject: [PATCH] fix bt --- modules/hardware/audio.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hardware/audio.nix b/modules/hardware/audio.nix index ff316fa..fbaf9d6 100644 --- a/modules/hardware/audio.nix +++ b/modules/hardware/audio.nix @@ -2,7 +2,6 @@ { # bluetooth for headphones - services.bluez.enable = true; hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = false;