This commit is contained in:
Melvin Ragusa
2026-02-02 16:57:18 +01:00
parent 84e8c35d44
commit ab9333c25b

View File

@@ -87,8 +87,20 @@
# ═══════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════
# BLUETOOTH # BLUETOOTH
# ═══════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════
hardware.bluetooth.enable = true; hardware.bluetooth = {
hardware.bluetooth.powerOnBoot = true; enable = true;
powerOnBoot = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
Experimental = true;
KernelExperimental = true;
};
Policy = {
AutoEnable = true;
};
};
};
# ═══════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════
# PRINTING # PRINTING