mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
minimal: More bat stuff!
This commit is contained in:
parent
23887229ec
commit
3562096f07
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue