{ lib, config, ... }: { options = { bluetooth.enable = lib.mkEnableOption "enables bluetooth support"; }; config = { hardware.bluetooth.enable = true; services.blueman.enable = true; }; }