From 8c5a06346f0c80e5ed9877b975aa54c942694047 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 23 Oct 2025 21:31:59 +0300 Subject: [PATCH] mb --- 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 d307d1d..4fc8157 100644 --- a/modules/nixos/hardware/bluetooth.nix +++ b/modules/nixos/hardware/bluetooth.nix @@ -1,6 +1,6 @@ { config, lib, ... }: { - config = lib.mkIf config.hardware.bluetooth.enable { + config = lib.mkIf config.osbmModules.hardware.bluetooth.enable { hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; };