From fa7a407bda1b26b413702287f227629af0798f55 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 8 Mar 2023 02:57:57 -0500 Subject: another major refactor --- hosts/common/documentation.nix | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 hosts/common/documentation.nix (limited to 'hosts/common/documentation.nix') diff --git a/hosts/common/documentation.nix b/hosts/common/documentation.nix deleted file mode 100644 index bd22316..0000000 --- a/hosts/common/documentation.nix +++ /dev/null @@ -1,7 +0,0 @@ -{pkgs, ...}: { - environment.systemPackages = with pkgs; [man-pages man-pages-posix]; - documentation = { - dev.enable = true; - man.enable = true; - }; -} -- cgit v1.2.3