marleyos/overlays/wezterm.nix

3 lines
82 B
Nix

{inputs}: prev: {
wezterm = inputs.wezterm.packages."${prev.system}".default;
}