{ pkgs, ... }: { config = { home.packages = with pkgs; [ dive ]; }; }