nix/modules/bluetooth.nix

8 lines
121 B
Nix

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