From bfa889aef9f82eb853a5b37ebe7fdbd8d5ecdc34 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 25 Jan 2023 23:55:57 -0500 Subject: finish up refactor + add glados host thanks replaycoding uwu --- hosts/common/documentation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common/documentation.nix') diff --git a/hosts/common/documentation.nix b/hosts/common/documentation.nix index 6d6b96f..85de6f9 100644 --- a/hosts/common/documentation.nix +++ b/hosts/common/documentation.nix @@ -3,7 +3,7 @@ pkgs, ... }: { - environment.systemPackages = with pkgs; [man-pages man-pages-posix nixpkgs-manual]; + environment.systemPackages = with pkgs; [man-pages man-pages-posix]; documentation = { dev.enable = true; man.enable = true; -- cgit v1.2.3