6 lines
101 B
Nix
6 lines
101 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
programs.wezterm.enable = true;
|
||
|
xdg.configFile."wezterm".source = ./config/wezterm;
|
||
|
}
|