diff options
| author | seth <[email protected]> | 2023-01-25 23:55:57 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-26 03:50:11 -0500 |
| commit | bfa889aef9f82eb853a5b37ebe7fdbd8d5ecdc34 (patch) | |
| tree | c684c7a090b1f42f2623639f1967d6494ac05bef /hosts/common/documentation.nix | |
| parent | 6b126efdb4cf0b88f085c3f325fc6fd362268f19 (diff) | |
finish up refactor + add glados host
thanks replaycoding uwu
Diffstat (limited to 'hosts/common/documentation.nix')
| -rw-r--r-- | hosts/common/documentation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
