From a0b8a4b15fcd1623fd3941418d85d7c317db9a95 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 22 Feb 2023 11:07:07 -0300 Subject: etc/nix/configuration.nix: Remove documentation.enable Get manpages and documentation from Guix Home, now. --- etc/nix/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 1f66726..3d32ade 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -54,14 +54,6 @@ # Set your time zone. time.timeZone = "America/Sao_Paulo"; - documentation = { - enable = true; - man.enable = true; - dev.enable = true; - man.generateCaches = true; - nixos.includeAllModules = true; - }; - fonts = { enableDefaultFonts = true; enableGhostscriptFonts = true; -- cgit v1.2.3