8 lines
119 B
Nix
8 lines
119 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# Enable Bluetooth
|
|
hardware.bluetooth.enable = true;
|
|
hardware.bluetooth.powerOnBoot = false;
|
|
}
|