nixos/hosts/modules/bluetooth.nix
2024-08-19 00:38:27 +02:00

7 lines
77 B
Nix

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