{ config, pkgs, ... }: { ###### Thunderbolt ####### services.hardware.bolt.enable = true; ###### Backlight ####### hardware.acpilight.enable = true; ##### bluetooth ##### hardware.bluetooth.enable = true; services.blueman.enable = true; }