summaryrefslogtreecommitdiff
path: root/hosts/common/documentation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/documentation.nix')
-rw-r--r--hosts/common/documentation.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/hosts/common/documentation.nix b/hosts/common/documentation.nix
index ad7300d..64b78a3 100644
--- a/hosts/common/documentation.nix
+++ b/hosts/common/documentation.nix
@@ -1,7 +1,7 @@
-{pkgs, ...}: {
- environment.systemPackages = with pkgs; [man-pages man-pages-posix];
- documentation = {
- dev.enable = true;
- man.enable = true;
- };
+{ pkgs, ... }: {
+ environment.systemPackages = with pkgs; [ man-pages man-pages-posix ];
+ documentation = {
+ dev.enable = true;
+ man.enable = true;
+ };
}