From be802492e9f4f833d90f99253f94e4c08c790a3c Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 19 Sep 2024 10:18:53 +0200 Subject: [PATCH] fix(nu): manpager formatting issue --- home/apps/nu.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/apps/nu.nix b/home/apps/nu.nix index 75c4361..94ca487 100644 --- a/home/apps/nu.nix +++ b/home/apps/nu.nix @@ -90,6 +90,7 @@ in ''; extraEnv = # nu '' + $env.MANPAGER = "bat -l man -p" $env.ENV_CONVERSIONS = { "PATH": { from_string: { |s| $s | split row (char esep) | path expand --no-symlink }