7 lines
84 B
Nix
7 lines
84 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.blueman.enable = true;
|
|
hardware.bluetooth.enable = true;
|
|
}
|