Files
lux/modules/features/bluetooth.nix
2026-04-17 00:27:22 +02:00

7 lines
109 B
Nix

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