fix aerc not using editor for composing

This commit is contained in:
Noah Masur 2025-06-17 21:28:10 -04:00
parent 44f769f5ed
commit ae09296f36

View File

@ -183,6 +183,9 @@ in
"audio/*" = "${pkgs.mpv}/bin/mpv -"; "audio/*" = "${pkgs.mpv}/bin/mpv -";
"image/*" = "${pkgs.feh}/bin/feh -"; "image/*" = "${pkgs.feh}/bin/feh -";
}; };
compose = {
editor = config.home.sessionVariables.EDITOR;
};
}; };
}; };
accounts.email.accounts.home.aerc = { accounts.email.accounts.home.aerc = {