Files
nixos-config/modules/hardware/bluetooth.nix
2023-09-05 04:35:35 +05:30

10 lines
98 B
Nix

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