nix/module/desktop/Bluetooth.nix

6 lines
133 B
Nix

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