nixos/profiles/generic: enable generating cache for manpage doc

This commit is contained in:
Gabriel Arazas 2024-08-15 17:22:06 +08:00
parent 6201b8447b
commit 4145bb6b6a
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -17,6 +17,9 @@
programs.command-not-found.enable = false; programs.command-not-found.enable = false;
programs.nix-index.enable = true; programs.nix-index.enable = true;
# Improve the state of documentation (even if it's just a bit out-of-date).
documentation.man.generateCaches = true;
# BOOOOOOOOOOOOO! Somebody give me a tomato! # BOOOOOOOOOOOOO! Somebody give me a tomato!
services.xserver.excludePackages = with pkgs; [ xterm ]; services.xserver.excludePackages = with pkgs; [ xterm ];