nix-conf/modules/bluetooth/default.nix
2023-05-19 20:53:02 +02:00

7 lines
98 B
Nix

{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
}