nixos/home/gui/wezterm.nix
Evie Litherland-Smith 95100163c3 Add wezterm and configs
Restore wezterm configs and link using nix.
Add homebrew support to zsh for Monarch.
2023-04-22 09:09:23 +01:00

6 lines
101 B
Nix

{ ... }:
{
programs.wezterm.enable = true;
xdg.configFile."wezterm".source = ./config/wezterm;
}