We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d07d5e4 + 3de7b59 commit b119f43Copy full SHA for b119f43
configuration.nix
@@ -96,13 +96,13 @@
96
documentation = {
97
enable = true;
98
dev.enable = true;
99
- doc.enable = false;
+ doc.enable = true;
100
info.enable = false;
101
man = {
102
103
- generateCaches = false;
104
- man-db.enable = false;
105
- mandoc.enable = true;
+ generateCaches = true;
+ man-db.enable = true;
+ mandoc.enable = false;
106
};
107
108
@@ -266,8 +266,6 @@
266
environment.systemPackages = with pkgs;
267
[
268
cups
269
- man-pages
270
- man-pages-posix
271
272
# Nix.
273
nh # Nix helper
@@ -328,6 +326,7 @@
328
326
ntfs3g # ntfs filesystem interop (windows fs)
329
327
330
# GUI.
+ carla
331
calibre
332
foliate
333
scribus
0 commit comments