282 current 2024-12-11 15:48:28 24.11.20241207.e2605d0 6.12.3 *
This commit is contained in:
parent
ec93793af6
commit
838913aba3
2 changed files with 44 additions and 0 deletions
8
modules/customisation.nix
Normal file
8
modules/customisation.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
#MANPAGER='nvim +Man!'
|
||||
environment.systemPackages = [pkgs.neovim];
|
||||
environment.variables = {
|
||||
"MANPAGER" = "nvim +Man!";
|
||||
"EDITOR" = "nvim";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue