From 85fbe1b103567822739839eb351d1ef426b1cec4 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Fri, 28 Mar 2025 20:39:08 -0500 Subject: [PATCH] add documentation --- hosts/commonWSL-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/commonWSL-configuration.nix b/hosts/commonWSL-configuration.nix index bc28888..14287b0 100644 --- a/hosts/commonWSL-configuration.nix +++ b/hosts/commonWSL-configuration.nix @@ -31,6 +31,12 @@ in wslConf.interop.appendWindowsPath = false; }; + documentation = { + dev.enable = true; + man.generateCaches = true; + nixos.enable = true; + }; + networking.hostName = hostname; # Define your hostname. # Enable nix flakes