From 9dca1d92f1efa2e15c484bc11a69a9939a823d7d Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Wed, 5 Feb 2025 12:27:07 -0800
Subject: [PATCH] Disable documentation

---
 nixos/small.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nixos/small.nix b/nixos/small.nix
index ce3cb9fa..9954c4df 100644
--- a/nixos/small.nix
+++ b/nixos/small.nix
@@ -23,5 +23,6 @@
     ./hosts/${hostname}
   ] ++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop};
  
+  documentation.enable = false;
   programs.fish.enable = true;
 }