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; };