11 lines
142 B
Nix
11 lines
142 B
Nix
{
|
|
# font,
|
|
# colors,
|
|
...
|
|
}: {
|
|
programs.wezterm = {
|
|
enable = true;
|
|
extraConfig = builtins.readFile ./wezterm/config.lua;
|
|
};
|
|
}
|