From 966e889643ca6094c4ee246a21e2196f738ff7b5 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 7 Jan 2024 01:01:46 +0800 Subject: [PATCH] feat: harmonica - enable emacs, disable wezterm --- home/base/desktop/terminal/wezterm.nix | 2 +- hosts/harmonica/home.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home/base/desktop/terminal/wezterm.nix b/home/base/desktop/terminal/wezterm.nix index 2e04143f..3181578c 100644 --- a/home/base/desktop/terminal/wezterm.nix +++ b/home/base/desktop/terminal/wezterm.nix @@ -20,7 +20,7 @@ programs.wezterm = { - enable = true; + enable = false; # disable # TODO: Fix: https://github.com/wez/wezterm/issues/4483 # package = pkgs.wezterm.override { }; diff --git a/hosts/harmonica/home.nix b/hosts/harmonica/home.nix index 0e311de0..014180fd 100644 --- a/hosts/harmonica/home.nix +++ b/hosts/harmonica/home.nix @@ -11,4 +11,7 @@ _: { IdentitiesOnly yes ''; }; + modules.editors.emacs = { + enable = true; + }; }