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