diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-20 15:06:54 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-20 16:38:46 -0400 |
| commit | cfbf7d148af435778da73a7bcaae28107b51a470 (patch) | |
| tree | 224129b2739a434d850e9a68b1d2832d68bc29bd | |
| parent | update commits (diff) | |
| download | dotfiles-nix-cfbf7d148af435778da73a7bcaae28107b51a470.tar.gz dotfiles-nix-cfbf7d148af435778da73a7bcaae28107b51a470.tar.bz2 dotfiles-nix-cfbf7d148af435778da73a7bcaae28107b51a470.zip | |
| -rw-r--r-- | system/default.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/system/default.nix b/system/default.nix index 2857222..3296c75 100644 --- a/system/default.nix +++ b/system/default.nix @@ -104,6 +104,9 @@ in { htop jq killall + linux-manual + man-pages + man-pages-posix openssh p7zip ripgrep @@ -140,10 +143,13 @@ in { # docs documentation = { enable = true; + dev.enable = true; doc.enable = false; - man.enable = true; - dev.enable = false; info.enable = false; + man = { + enable = true; + cache.enable = false; + }; nixos.enable = false; }; |