{ config, pkgs, ... }: let unstable = import { config = { allowUnfree = true; }; }; in { environment.systemPackages = with pkgs; [ thunderbolt ]; services.hardware.bolt.enable = true; }