home/terminal/programs: switch bat theme to base16

This commit is contained in:
Anthony Rodriguez 2024-12-08 20:58:04 +01:00
parent 60eacee9fe
commit e17d48779a
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,9 +1,10 @@
_: {
programs.bat = {
enable = true;
config.theme = "ansi";
config.theme = "base16";
};
home.sessionVariables = {
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
MANROFFOPT = "-c";
};
}