8 lines
98 B
Nix
8 lines
98 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Bluetooth
|
|
hardware.bluetooth.enable = true;
|
|
services.blueman.enable = true;
|
|
}
|