8 lines
111 B
Nix
8 lines
111 B
Nix
{ ... }:
|
|
{
|
|
programs.wezterm = {
|
|
enable = true;
|
|
extraConfig = builtins.readFile ./wezterm.lua;
|
|
};
|
|
}
|