Revert "mb"

This reverts commit 8c5a06346f.
This commit is contained in:
Osman Faruk Bayram 2025-10-23 21:59:36 +03:00
parent d03ef4a8f4
commit 3337820bd7

View file

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