switch to nsxiv and set media for aerc

This commit is contained in:
Noah Masur
2023-03-19 10:45:52 -04:00
parent 2176a53c4a
commit da89732001
2 changed files with 5 additions and 3 deletions

View File

@ -170,6 +170,8 @@
"${pkgs.gawk}/bin/awk -f ${pkgs.aerc}/share/aerc/filters/colorize";
"application/x-sh" = "${pkgs.bat}/bin/bat -fP -l sh";
"application/pdf" = "${pkgs.zathura}/bin/zathura -";
"audio/*" = "${pkgs.mpv}/bin/mpv -";
"image/*" = "${pkgs.feh}/bin/feh -";
};
};
};