infra/module/aspect/bluetooth.nix

10 lines
158 B
Nix
Raw Permalink Normal View History

2025-12-01 13:23:24 +07:00
{
den.aspects = {
bluetooth = {
nixos = {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
};
};
};
}