fix to aerc running with kitty instead of wezterm

This commit is contained in:
Noah Masur
2024-12-12 20:52:20 -05:00
parent b691895e05
commit 11625adbe8
3 changed files with 23 additions and 19 deletions

View File

@ -30,6 +30,7 @@
};
terminal = "${pkgs.wezterm}/bin/wezterm";
terminalLaunchCommand = "${config.terminal} start --";
home-manager.users.${config.user} = {