diff options
| author | Martin Fischer <martin@push-f.com> | 2026-05-24 21:04:14 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-05-24 21:07:04 +0200 |
| commit | 55d930303dd0ad1a9e2aa9fdfd66397181e1a562 (patch) | |
| tree | 740ad035f72f99551743916b93b36ec70df36bf6 /nixos | |
| parent | 7751902902f2f8cdb4e140b48838b0bcb3903860 (diff) | |
tweak(workstation): add man-pages package
Handy for ascii(7).
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/profiles/workstation/dev.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index 3182cc5..e3baa5f 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -32,6 +32,9 @@ # language servers # rust-analyzer is installed via rustup nixd + + # documentation + man-pages # Linux development manual pages ]; programs.wireshark = { |
