1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00

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 ../../../common/gpu/amd
]; ];
hardware.bluetooth.enable = true; hardware.bluetooth.enable = lib.mkDefault true;
} }