diff options
| author | seth <[email protected]> | 2024-01-05 03:47:09 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-05 03:47:09 -0500 |
| commit | 345814bc0af1c2fb00cbdbb81ec0d5f52bd17665 (patch) | |
| tree | 5671a039f606b59092b3ec66a67251e1b5d85471 /systems/glados-wsl | |
| parent | 07ea8c23383ccd2a060fbeaf17e6d0877a2b5148 (diff) | |
modules: fixup documentation options
Diffstat (limited to 'systems/glados-wsl')
| -rw-r--r-- | systems/glados-wsl/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/glados-wsl/default.nix b/systems/glados-wsl/default.nix index 1b726e4..e63b43b 100644 --- a/systems/glados-wsl/default.nix +++ b/systems/glados-wsl/default.nix @@ -9,6 +9,11 @@ ../../modules/nixos/features/tailscale.nix ]; + documentation = { + enable = lib.mkForce true; + man.enable = lib.mkForce true; + }; + environment = { noXlibs = lib.mkForce false; systemPackages = with pkgs; [ |
