about summary refs log tree commit diff
path: root/modules/system/documentation/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 08:03:36 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 08:03:36 -0700
commit7aa912237697c08537688cc4d13d75bff819f7aa (patch)
tree646be15680ccec130463e5c66da65a5cf0a0f403 /modules/system/documentation/default.nix
parentprofiles/workstation: add font configurations (diff)
downloadworld-7aa912237697c08537688cc4d13d75bff819f7aa.tar.gz
profiles/default: more consolidation
Diffstat (limited to '')
-rw-r--r--modules/system/documentation/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/system/documentation/default.nix b/modules/system/documentation/default.nix
deleted file mode 100644
index 67f84ff..0000000
--- a/modules/system/documentation/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ config, lib, pkgs, ... }: {
-  documentation = {
-    enable = true;
-    dev.enable = true;
-    info.enable = true;
-    man = {
-      enable = true;
-      generateCaches = true;
-    };
-    nixos.enable = true;
-  };
-
-  environment.systemPackages = with pkgs; [ man-pages man-pages-posix ];
-}