about summary refs log tree commit diff
path: root/modules/module-list.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-09 00:27:19 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-09 11:49:47 +0100
commite3d77b33503950330c2f0a4b7c8d6d23d4cb61dc (patch)
tree30e26fd94f0b92b2c622a6e69736a465d3778dab /modules/module-list.nix
parent3601fa5464c7501719f23bfe56de5842a9e83b6c (diff)
modules/user/sternenseemann: add mandoc module
This module implements a drop-in replacement for documentation.man which
finally lets me get rid of pkgs.man-db. This is still to be considered
experimental as the required patch hasn't landed in upstream mandoc yet.
Should that happen, I'll try to contribute this module back to nixpkgs.

A more detailed description on the module and mandoc on NixOS can be
found at the top of modules/user/sternenseemann/documentation/mandoc.nix
Diffstat (limited to 'modules/module-list.nix')
-rw-r--r--modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/module-list.nix b/modules/module-list.nix
index a08b5827..935129a7 100644
--- a/modules/module-list.nix
+++ b/modules/module-list.nix
@@ -38,5 +38,6 @@
   ./user/profpatsch/programs/weechat.nix
   ./user/profpatsch/services/bitlbee.nix
   ./user/profpatsch/services/dunst.nix
+  ./user/sternenseemann/documentation/mandoc.nix
   ./user/sternenseemann/services/sway.nix
 ]