dotfiles/home-manager/modules/wezterm/default.nix

10 lines
143 B
Nix
Raw Normal View History

2024-11-20 17:47:07 -06:00
{
programs.wezterm = let
configPath = ./config;
in
{
enable = true;
}
// (import (configPath + /extraConfig.nix));
}