mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
news: add news entry for programs.man.{man-db,mandoc}
This commit is contained in:
committed by
Austin Horstman
parent
7914f8d7d7
commit
1b4806c50b
16
modules/misc/news/2026/05/2026-05-01_19-02-25.nix
Normal file
16
modules/misc/news/2026/05/2026-05-01_19-02-25.nix
Normal 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'.
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user