nixos/home/terminal/wezterm.nix

6 lines
101 B
Nix

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