feat: harmonica - enable emacs, disable wezterm

This commit is contained in:
Ryan Yin
2024-01-07 01:01:46 +08:00
parent 30740c73c9
commit 966e889643
2 changed files with 4 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
programs.wezterm = programs.wezterm =
{ {
enable = true; enable = false; # disable
# TODO: Fix: https://github.com/wez/wezterm/issues/4483 # TODO: Fix: https://github.com/wez/wezterm/issues/4483
# package = pkgs.wezterm.override { }; # package = pkgs.wezterm.override { };

View File

@@ -11,4 +11,7 @@ _: {
IdentitiesOnly yes IdentitiesOnly yes
''; '';
}; };
modules.editors.emacs = {
enable = true;
};
} }