7 lines
109 B
Nix
7 lines
109 B
Nix
{
|
|
lux.bluetooth.nixos = {
|
|
hardware.bluetooth.enable = true;
|
|
services.blueman.enable = true;
|
|
};
|
|
}
|