9 lines
122 B
Nix
9 lines
122 B
Nix
{ ... }: {
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
powerOnBoot = true;
|
|
};
|
|
|
|
services.blueman.enable = true;
|
|
}
|
|
|