summaryrefslogtreecommitdiff
path: root/home/home-minimal.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/home-minimal.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/home-minimal.nix b/home/home-minimal.nix
index b9b1a9f..a761b4a 100644
--- a/home/home-minimal.nix
+++ b/home/home-minimal.nix
@@ -146,4 +146,7 @@
};
};
+ # doesn't do much, but does install info pages by default if they're in a separate output
+ programs.info.enable = true;
+
}