home/terminal/programs: switch bat theme to base16
This commit is contained in:
parent
60eacee9fe
commit
e17d48779a
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue