From e3d77b33503950330c2f0a4b7c8d6d23d4cb61dc Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Tue, 9 Feb 2021 00:27:19 +0100 Subject: 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 --- modules/module-list.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/module-list.nix') 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 ] -- cgit 1.4.1