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