mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
feat: harmonica - enable emacs, disable wezterm
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
programs.wezterm =
|
||||
{
|
||||
enable = true;
|
||||
enable = false; # disable
|
||||
|
||||
# TODO: Fix: https://github.com/wez/wezterm/issues/4483
|
||||
# package = pkgs.wezterm.override { };
|
||||
|
||||
@@ -11,4 +11,7 @@ _: {
|
||||
IdentitiesOnly yes
|
||||
'';
|
||||
};
|
||||
modules.editors.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user