nixfiles/profiles/base/documentation.nix

3 lines
59 B
Nix

{ config, ... }: {
documentation.nixos.enable = false;
}