{ config, pkgs, ... }: { # Enable Bluetooth hardware.bluetooth = { enable = true; powerOnBoot = true; }; services.blueman.enable = true; }