From 23234600b9755ec6401872ea74e14b6fccde3fa3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 9 Apr 2022 11:19:50 -0700 Subject: install documentations (man) --- home/documentation/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home/documentation/default.nix (limited to 'home/documentation') diff --git a/home/documentation/default.nix b/home/documentation/default.nix new file mode 100644 index 0000000..047239e --- /dev/null +++ b/home/documentation/default.nix @@ -0,0 +1,9 @@ +{ config, lib, ... }: { + # Add documentation for user packages + config.programs.man = { + enable = true; + generateCaches = true; # Enables the use of `apropos` etc... + }; + + config.programs.info.enable = true; +} -- cgit 1.4.1