zenix: fix: std linux, waybar on bottom layer, add aerc binds

This commit is contained in:
tristan 2024-08-10 11:47:22 +01:00
parent 293b770acb
commit c567c5d94a
5 changed files with 209 additions and 18 deletions

View file

@ -21,6 +21,8 @@ in {
};
};
imports = [./aerc/.];
config = lib.mkIf cfg.enable {
programs.scripts = [
{
@ -73,22 +75,6 @@ in {
programs.aerc = {
enable = cfg.terminal;
extraConfig = {
general = {
pgp-provider = "gpg";
unsafe-accounts-conf = true;
};
ui = {};
viewer = {};
filters = {
"text/plain" = "colorize";
"text/calendar" = "calendar";
"message/delivery-status" = "colorize";
"message/rfc822" = "colorize";
"image/*" = "img2sixel";
"text/html" = "html | colorize";
};
};
};
};
}