1{pkgs, ...}: { 2 hardware.bluetooth.enable = true; 3 hardware.steam-hardware.enable = true; 4 5 environment.systemPackages = [pkgs.bluetuith]; 6}