9 lines
101 B
Nix
9 lines
101 B
Nix
{
|
|
flake.modules.nixos.bluetooth = {
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
|
|
};
|
|
};
|
|
}
|