9 lines
139 B
Nix
9 lines
139 B
Nix
{
|
|
programs.wezterm = {
|
|
enable = true;
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/wezterm/wezterm.lua
|
|
'';
|
|
}
|