{ config, pkgs, ... }: let profile = import ../profile.nix; in { home.packages = with pkgs; [ texliveMedium ]; }