diff options
| author | Christian <[email protected]> | 2026-01-21 14:36:21 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-21 14:36:21 -0600 |
| commit | 011161b8149b96d3fe51ee6912f638060f720b91 (patch) | |
| tree | f8de8ee57683cfa451eed0dd0afbdbc4a55f836f /modules | |
| parent | 0c6138970a2a428880e8a5a4bb6257bdd309796e (diff) | |
Dev man pages
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix index 60f6034..526767b 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -44,7 +44,11 @@ git wget alacritty + man-pages + man-pages-posix ]; + + documentation.dev.enable = true; programs.neovim = { enable = true; |
