4 lines
94 B
Nix
4 lines
94 B
Nix
|
{inputs, ...}: final: prev: {
|
||
|
wezterm = inputs.wezterm.packages."${prev.system}".default;
|
||
|
}
|