Set mkDefault for enabling bluetooth.

This commit is contained in:
flakeuser
2024-09-03 17:35:08 -07:00
parent b978e8c903
commit a5e2826fc2

View File

@@ -8,5 +8,5 @@ with lib;
../../../common/gpu/amd
];
hardware.bluetooth.enable = true;
hardware.bluetooth.enable = lib.mkDefault true;
}