diff options
author | EuAndreh <eu@euandre.org> | 2023-02-22 11:07:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-22 11:07:10 -0300 |
commit | a0b8a4b15fcd1623fd3941418d85d7c317db9a95 (patch) | |
tree | 46c6fc8209913233ecec5f7981f35296dc132d9b | |
parent | etc/nix/configuration.nix: Remove programs.bash.enableCompletion (diff) | |
download | dotfiles-a0b8a4b15fcd1623fd3941418d85d7c317db9a95.tar.gz dotfiles-a0b8a4b15fcd1623fd3941418d85d7c317db9a95.tar.xz |
etc/nix/configuration.nix: Remove documentation.enable
Get manpages and documentation from Guix Home, now.
-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; |