From 3337820bd710440e72fffd7ba7dcf85d8e020c83 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 23 Oct 2025 21:59:36 +0300 Subject: [PATCH] Revert "mb" This reverts commit 8c5a06346f0c80e5ed9877b975aa54c942694047. --- modules/nixos/hardware/bluetooth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/hardware/bluetooth.nix b/modules/nixos/hardware/bluetooth.nix index 4fc8157..d307d1d 100644 --- a/modules/nixos/hardware/bluetooth.nix +++ b/modules/nixos/hardware/bluetooth.nix @@ -1,6 +1,6 @@ { config, lib, ... }: { - config = lib.mkIf config.osbmModules.hardware.bluetooth.enable { + config = lib.mkIf config.hardware.bluetooth.enable { hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; };