Home: Use neovim as the default manpage viewer
This commit is contained in:
@ -262,6 +262,7 @@
|
|||||||
sessionVariables = lib.mkMerge [
|
sessionVariables = lib.mkMerge [
|
||||||
{
|
{
|
||||||
LANG = "en_US.UTF-8";
|
LANG = "en_US.UTF-8";
|
||||||
|
MANPAGER = "nvim +Man!";
|
||||||
}
|
}
|
||||||
(lib.mkIf (!headless) {
|
(lib.mkIf (!headless) {
|
||||||
# TERMINAL = "alacritty -o font.size=12";
|
# TERMINAL = "alacritty -o font.size=12";
|
||||||
|
|||||||
Reference in New Issue
Block a user