{ ... }: { config.dendritic.features.cli-programs = { homeModules = [ ( { pkgs, ... }: { home.packages = with pkgs; [ vhs libqalculate ]; } ) ]; }; }