clan-core/nixosModules/clanCore/manual.nix

5 lines
76 B
Nix
Raw Permalink Normal View History

2024-03-17 18:48:49 +00:00
{ pkgs, ... }:
{
documentation.nixos.enable = pkgs.lib.mkDefault false;
}