mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-27 02:18:28 +02:00
feat: harmonica - enable emacs, disable wezterm
This commit is contained in:
@@ -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 { };
|
||||||
|
|||||||
@@ -11,4 +11,7 @@ _: {
|
|||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
modules.editors.emacs = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user