Skip to content

Commit b119f43

Browse files
committed
Merge branch 'diploma-no-update'
2 parents d07d5e4 + 3de7b59 commit b119f43

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

configuration.nix

+5-6
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
documentation = {
9797
enable = true;
9898
dev.enable = true;
99-
doc.enable = false;
99+
doc.enable = true;
100100
info.enable = false;
101101
man = {
102102
enable = true;
103-
generateCaches = false;
104-
man-db.enable = false;
105-
mandoc.enable = true;
103+
generateCaches = true;
104+
man-db.enable = true;
105+
mandoc.enable = false;
106106
};
107107
};
108108

@@ -266,8 +266,6 @@
266266
environment.systemPackages = with pkgs;
267267
[
268268
cups
269-
man-pages
270-
man-pages-posix
271269

272270
# Nix.
273271
nh # Nix helper
@@ -328,6 +326,7 @@
328326
ntfs3g # ntfs filesystem interop (windows fs)
329327

330328
# GUI.
329+
carla
331330
calibre
332331
foliate
333332
scribus

0 commit comments

Comments
 (0)