This commit is contained in:
Reid 2025-01-09 22:27:53 -08:00
parent efe09d0045
commit 4120f3a090
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
6 changed files with 28 additions and 32 deletions

View file

@ -11,6 +11,11 @@ in {
config = mkIf cfg.enable {
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
hardware.bluetooth.settings = {
General = {
Experimental = true;
};
};
# frontend
services.blueman.enable = true;