comments
This commit is contained in:
parent
f0753d367e
commit
008475598a
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
|
# install and set neovim as MANPAGER
|
||||||
environment.systemPackages = [pkgs.neovim];
|
environment.systemPackages = [pkgs.neovim];
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
"MANPAGER" = "nvim +Man!";
|
"MANPAGER" = "nvim +Man!";
|
||||||
|
|
||||||
|
# set neovim as default editor
|
||||||
"EDITOR" = "nvim";
|
"EDITOR" = "nvim";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue