diff options
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index 23d8270..7cceb15 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -9,8 +9,11 @@ ]; boot.kernelPackages = pkgs.linuxPackages_latest; - + # fish enables this by default, + # it makes every nixos rebuild very slow. + documentation.man.generateCaches = false; + users.motd = '' /^ /^ |
