mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-07 21:47:09 +02:00
minimal: Use batman instead of $MANPAGER
This commit is contained in:
parent
ad3ab2d4ec
commit
6a88e8889e
1 changed files with 1 additions and 3 deletions
|
|
@ -34,9 +34,6 @@
|
|||
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; [
|
||||
|
|
@ -220,6 +217,7 @@
|
|||
shellAliases = {
|
||||
cat = "${pkgs.bat}/bin/bat -p";
|
||||
ls = "${pkgs.eza}/bin/eza --icons";
|
||||
man = "${lib.getExe pkgs.bat-extras.batman}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue