From 779936151f4eb78dd767d4ad8f39b08eb08098a7 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 26 Sep 2021 21:51:30 +0530 Subject: fix manpages --- hosts/olive/configuration.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'hosts/olive') diff --git a/hosts/olive/configuration.nix b/hosts/olive/configuration.nix index 68b7d99..da3175b 100644 --- a/hosts/olive/configuration.nix +++ b/hosts/olive/configuration.nix @@ -70,9 +70,15 @@ environment.systemPackages = with pkgs; [ _2bwm - manpages + man-pages + man-pages-posix ]; + documentation = { + dev.enable = true; + man.generateCaches = true; + }; + users.motd = with config; '' Host ${networking.hostName} OS NixOS ${system.nixos.release} (${system.nixos.codeName}) @@ -117,8 +123,6 @@ extraGroups = [ "wheel" "users" "tty" "audio" "video" "input" "adbusers" "docker" ]; }; - documentation.man.generateCaches = true; - nix = { package = pkgs.nixUnstable; extraOptions = '' -- cgit v1.2.3