diff options
-rw-r--r-- | etc/nix/configuration.nix | 8 |
1 files changed, 0 insertions, 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; |