From 1207c11bc1e8499daf2972b8b504c93f7cbd8fff Mon Sep 17 00:00:00 2001 From: caandt Date: Mon, 2 Sep 2024 14:43:30 -0500 Subject: [PATCH] add man pages --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 5d24ab4..3286dbb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -71,7 +71,10 @@ git btop cryptsetup + man-pages + man-pages-posix ]; + documentation.dev.enable = true; programs.bash = { enableCompletion = true; promptInit = ''PS1="[\u \W] \[\e[32;1m\]\$\[\e[0m\] "'';