mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-08 02:31:12 +00:00
fix helix manpager
This commit is contained in:
parent
31e93606f4
commit
ce308a6347
@ -22,7 +22,9 @@ in
|
||||
# Set Neovim as the default app for text editing and manual pages
|
||||
home.sessionVariables = {
|
||||
EDITOR = lib.mkForce "${lib.getExe pkgs.helix}";
|
||||
MANPAGER = lib.mkForce "${lib.getExe pkgs.helix}";
|
||||
MANPAGER = lib.mkForce "sh -c 'col -bx | ${lib.getExe pkgs.helix}'";
|
||||
MANWIDTH = 87;
|
||||
MANROFFOPT = "-c";
|
||||
};
|
||||
|
||||
# Create quick aliases for launching Helix
|
||||
|
Loading…
x
Reference in New Issue
Block a user