8 lines
139 B
Nix
Executable file
8 lines
139 B
Nix
Executable file
{ config, lib ,... }:
|
|
|
|
{
|
|
hardware.bluetooth.enable = true;
|
|
hardware.bluetooth.powerOnBoot = true;
|
|
|
|
services.blueman.enable = true;
|
|
}
|