{flake, ...}: { programs.wezterm = let configPath = ./config; in { enable = true; } // (import (configPath + /extraConfig.nix) {inherit flake;}); }