mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2026-06-15 00:25:39 +00:00
8 lines
145 B
Nix
8 lines
145 B
Nix
{ lib, ... }:
|
|
{
|
|
manual = lib.mapAttrs (_: lib.mkForce) {
|
|
html.enable = false;
|
|
json.enable = false;
|
|
manpages.enable = false;
|
|
};
|
|
}
|