added wezterm

This commit is contained in:
cnst
2024-07-05 15:32:13 +02:00
parent cca2745dfa
commit f4a9173ab9
10 changed files with 47 additions and 31 deletions

View File

@@ -0,0 +1,7 @@
{
programs.wezterm = {
enable = true;
enableZshIntegration = true;
colorSchemes = "Gruvbox Material (Gogh)";
};
}