8 lines
130 B
Nix
8 lines
130 B
Nix
{
|
|
programs.wezterm = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
colorSchemes = "Gruvbox Material (Gogh)";
|
|
};
|
|
}
|