infra/module/aspect/bluetooth.nix
2025-12-01 13:23:24 +07:00

10 lines
No EOL
158 B
Nix

{
den.aspects = {
bluetooth = {
nixos = {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
};
};
};
}