diff options
Diffstat (limited to 'hosts/common/documentation.nix')
| -rw-r--r-- | hosts/common/documentation.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/common/documentation.nix b/hosts/common/documentation.nix index 85de6f9..ad7300d 100644 --- a/hosts/common/documentation.nix +++ b/hosts/common/documentation.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: { +{pkgs, ...}: { environment.systemPackages = with pkgs; [man-pages man-pages-posix]; documentation = { dev.enable = true; |
