diff options
| author | seth <[email protected]> | 2024-06-30 11:09:34 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-06-30 11:23:48 -0400 |
| commit | 39f7c87e32cfddfa0354e0c58fd35e416403bcec (patch) | |
| tree | 74f0624bfb5d523bac0a3b769953623adda6736d | |
| parent | 428cd9ae8a694b566ab830c58bdde5dbb9493c52 (diff) | |
glados-wsl: manpages are enabled by default
| -rw-r--r-- | systems/glados-wsl/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/systems/glados-wsl/default.nix b/systems/glados-wsl/default.nix index 9088f3c..ebe0f74 100644 --- a/systems/glados-wsl/default.nix +++ b/systems/glados-wsl/default.nix @@ -18,11 +18,6 @@ security.enable = false; }; - documentation = { - enable = lib.mkForce true; - man.enable = lib.mkForce true; - }; - environment = { noXlibs = lib.mkForce false; systemPackages = with pkgs; [ |
