old
 1{config, ...}: let
 2  configPath = "${config.home.homeDirectory}/nix-config/home/base/gui/terminals/wezterm/config";
 3in {
 4  xdg.configFile."wezterm".source = config.lib.file.mkOutOfStoreSymlink configPath;
 5
 6  catppuccin.wezterm.enable = false;
 7
 8  programs.wezterm = {
 9    # enable = true;
10  };
11}