nix-conf/modules/bluetooth/default.nix

8 lines
98 B
Nix
Raw Normal View History

2023-05-19 20:53:02 +02:00
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
}