Set neovim to be used instead of less for viewing manpages
This commit is contained in:
parent
5e5882f80d
commit
61ff0d8cc9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue