aboutsummaryrefslogtreecommitdiff
path: root/profiles/documentation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/documentation.nix')
-rw-r--r--profiles/documentation.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/profiles/documentation.nix b/profiles/documentation.nix
deleted file mode 100644
index 71ba06b..0000000
--- a/profiles/documentation.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ config, lib, pkgs, ... }:
-{
- documentation = {
- enable = true;
- dev.enable = true;
- info.enable = true;
- man.enable = true;
- nixos.enable = true;
- };
-
- environment.systemPackages = with pkgs; [
- man-pages
- man-pages-posix
- ];
-}