mirror of
https://github.com/nmasur/dotfiles
synced 2025-06-18 20:15:52 +00:00
fix aerc not using editor for composing
This commit is contained in:
parent
44f769f5ed
commit
ae09296f36
@ -183,6 +183,9 @@ in
|
||||
"audio/*" = "${pkgs.mpv}/bin/mpv -";
|
||||
"image/*" = "${pkgs.feh}/bin/feh -";
|
||||
};
|
||||
compose = {
|
||||
editor = config.home.sessionVariables.EDITOR;
|
||||
};
|
||||
};
|
||||
};
|
||||
accounts.email.accounts.home.aerc = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user