minimal: More bat stuff!

This commit is contained in:
traxys 2023-10-29 16:13:17 +01:00
parent 23887229ec
commit 3562096f07

View file

@ -34,6 +34,9 @@
PYTHONSTARTUP = "${XDG_CONFIG_HOME}/python/pythonrc";
RUSTUP_HOME = "${XDG_DATA_HOME}/rustup";
WINEPREFIX = "${XDG_DATA_HOME}/wine";
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
MANROFFOPT = "-c";
};
home.packages = with pkgs; [
@ -57,6 +60,7 @@
wget
frg
nix-output-monitor
bat-extras.prettybat
# Useful for pandoc to latex
(texlive.combine {