nixos-config/systemProfiles/hardware/bluetooth.nix
2024-10-25 10:39:48 +02:00

5 lines
53 B
Nix

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