refactor(nvim): nixify 'nvimpager' config
This commit is contained in:
@@ -15,9 +15,13 @@
|
||||
EDITOR = "nvim";
|
||||
SUDO_EDITOR = "nvim";
|
||||
SYSTEMD_EDITOR = "nvim";
|
||||
|
||||
PAGER = "nvimpager";
|
||||
MANWIDTH = "80";
|
||||
};
|
||||
packages = [
|
||||
packages = with pkgs; [
|
||||
inputs.nvim.packages.${pkgs.stdenv.hostPlatform.system}.nvim
|
||||
nvimpager
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user