feat: enable wezterm

This commit is contained in:
Ryan Yin
2023-08-14 12:25:07 +08:00
parent 9dbf2293ce
commit 803992635f

View File

@@ -16,7 +16,7 @@
# xdg.configFile."wezterm/colors".source = "${catppuccin-wezterm}/dist";
programs.wezterm = {
enable = false;
enable = true;
package = pkgs-unstable.wezterm;
extraConfig =