diff --git a/global.nix b/global.nix index 31dd8861..a6a72675 100644 --- a/global.nix +++ b/global.nix @@ -133,7 +133,7 @@ "3c3836" ]; }; - + fonts.packages = with pkgs; [ nerdfonts ]; @@ -171,6 +171,9 @@ # Dotnet path not found fix DOTNET_ROOT = "${pkgs.dotnet-sdk}"; + + # Set neovim to be used instead of less for viewing manpages + MANPAGER = "nvim +Man!"; }; # NixOS Dynamic Libraries Fix