{ config, lib, ... }: with lib; let cfg = config.modules.zsh; xdgCfg = config.xdg; in { config = mkIf cfg.enable { home.file."${xdgCfg.configHome}/zsh/p10k.zsh" = { source = ./p10k.zsh; }; }; }