nix-config/nixos/common/bluetooth.nix
2024-08-21 19:10:35 +02:00

6 lines
62 B
Nix

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