1

Modules/Yazi: Use updated color module for theme

This commit is contained in:
2025-07-20 18:03:29 +02:00
parent 2a505de272
commit 8af1889558
6 changed files with 264 additions and 663 deletions

View File

@ -174,8 +174,8 @@ with mylib.networking; {
};
documentation = {
enable = true;
# NOTE: Disable this while configuring stuff, it's slow
enable = true;
man.enable = config.documentation.enable;
man.generateCaches = true; # Slow but needed for neovim man picker
info.enable = config.documentation.enable;