feat: add separate neovim config for manpager use

This commit is contained in:
oddlama 2023-09-19 03:48:29 +02:00
parent ccba5306de
commit ea63eea40b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 31 additions and 2 deletions

View file

@ -1,9 +1,10 @@
{...}: {
{pkgs, ...}: {
imports = [
./documentation.nix
./yubikey.nix
];
environment.systemPackages = [pkgs.man-pages pkgs.man-pages-posix];
environment.enableDebugInfo = true;
services.nixseparatedebuginfod.enable = true;
}