diff --git a/system/default.nix b/system/default.nix index a7b8176..2734930 100755 --- a/system/default.nix +++ b/system/default.nix @@ -166,7 +166,6 @@ networking.firewall.enable = false; networking.networkmanager.enable = true; documentation.man.enable = true; - documentation.man.generateCaches = false; hardware.graphics.enable = true; hardware.bluetooth.enable = true; time.timeZone = "America/New_York"; diff --git a/system/shell/fish.nix b/system/shell/fish.nix index 229692a..cd8ab72 100644 --- a/system/shell/fish.nix +++ b/system/shell/fish.nix @@ -19,5 +19,4 @@ alias edit "nvim" ''; }; - documentation.man.generateCaches = false; }