{ pkgs, config, ... }: { environment.systemPackages = with pkgs; [ busybox doas blueman # for monitoring cpu and other temps lm_sensors ]; hardware.bluetooth.enable = true; # enables support for Bluetooth hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot }