nixos-config/modules/system/bluetooth/default.nix
2024-07-12 22:27:56 +09:00

10 lines
175 B
Nix

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