Files
nix-config/hosts/common/optional/services/bluetooth.nix
2025-02-16 06:35:32 +00:00

12 lines
133 B
Nix

{
...
}:
{
services.blueman.enable = true;
hardware = {
bluetooth.enable = true;
bluetooth.powerOnBoot = true;
};
}