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