This commit is contained in:
Osman Faruk Bayram 2025-10-23 21:31:59 +03:00
parent d7b69e36c3
commit 8c5a06346f

View file

@ -1,6 +1,6 @@
{ config, lib, ... }: { config, lib, ... }:
{ {
config = lib.mkIf config.hardware.bluetooth.enable { config = lib.mkIf config.osbmModules.hardware.bluetooth.enable {
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true; hardware.bluetooth.powerOnBoot = true;
}; };