diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-09-03 14:14:52 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-09-03 14:14:52 +0200 |
| commit | ca986b8407391a6a89c26cf159da42ac26578049 (patch) | |
| tree | ad761164e44383eae5a237454e384024e0b20cad | |
| parent | e66071686c253bcd1b672c039942788d933cdb8c (diff) | |
add manpages
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index a82d1ed..e677306 100644 --- a/configuration.nix +++ b/configuration.nix @@ -136,7 +136,10 @@ programs.slock.enable = true; + documentation.dev.enable = true; environment.systemPackages = with pkgs; [ + man-pages + man-pages-posix vim wget git |
