6 lines
82 B
Nix
6 lines
82 B
Nix
{
|
|
flake.nixosModules.bluetooth = {
|
|
hardware.bluetooth.enable = true;
|
|
};
|
|
}
|