news: add news entry for programs.man.{man-db,mandoc}

This commit is contained in:
Thiago Kenji Okada
2026-04-30 09:56:23 +01:00
committed by Austin Horstman
parent 7914f8d7d7
commit 1b4806c50b

View File

@@ -0,0 +1,16 @@
{
time = "2026-05-01T18:02:25+00:00";
condition = true;
message = ''
Two new module are available: 'programs.man.man-db' and
'programs.man.mandoc'.
They allow selecting the default man page viewer. man-db was the default
man page viewer before those changes, so
'programs.man.man-db.enable = true' set by default.
Since the options conflict between each other, to enable mandoc you need to
set 'programs.man.man-db.enable = false' and
'program.man.mandoc.enable = true'.
'';
}