10 lines
137 B
Nix
10 lines
137 B
Nix
{
|
|
flake.modules.nixos.bluetooth = {
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
};
|
|
|
|
services.blueman.enable = true;
|
|
};
|
|
}
|