diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-02 08:03:36 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-02 08:03:36 -0700 |
commit | 7aa912237697c08537688cc4d13d75bff819f7aa (patch) | |
tree | 646be15680ccec130463e5c66da65a5cf0a0f403 /modules/system/documentation | |
parent | profiles/workstation: add font configurations (diff) | |
download | world-7aa912237697c08537688cc4d13d75bff819f7aa.tar.gz |
profiles/default: more consolidation
Diffstat (limited to 'modules/system/documentation')
-rw-r--r-- | modules/system/documentation/default.nix | 14 |
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 ]; -} |