mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 03:03:47 +00:00
man pages
This commit is contained in:
parent
570dae7cf2
commit
7e700e5b1b
3 changed files with 8 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
|
|
@ -43,6 +44,10 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
home.sessionVariables = lib.mkIf config.programs.neovim.enable {
|
||||
MANPAGER = "nvim +Man!";
|
||||
};
|
||||
|
||||
xdg.configFile."nvim" = {
|
||||
source = nvimConfig;
|
||||
recursive = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue