CrOS/hosts/common/optional/bluetooth.nix
2025-06-30 16:59:56 -04:00

10 lines
125 B
Nix

{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
services.blueman = {
enable = true;
};
}