nixos-config/modules/bluetooth.nix

5 lines
74 B
Nix

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