diff options
| -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 |
