From d50bf223371beca879f94884a30f033fd3512118 Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Wed, 24 Apr 2019 23:47:00 +0200
Subject: [PATCH] tv man: add xorg-docs

---
 tv/2configs/man.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tv/2configs/man.nix b/tv/2configs/man.nix
index 6534e2c0e..0a72dce2a 100644
--- a/tv/2configs/man.nix
+++ b/tv/2configs/man.nix
@@ -8,5 +8,6 @@
   environment.systemPackages = with pkgs; [
     manpages
     posix_man_pages
+    xorg.xorgdocs
   ];
 }