feat: Add linux and posix man pages on dev profile
`jhome.dev.enable = true` now adds linux and posix man-pages
This commit is contained in:
parent
0790465687
commit
3da158a7fa
1 changed files with 7 additions and 1 deletions
|
@ -149,7 +149,13 @@ in
|
|||
type = types.submodule {
|
||||
options.enable = lib.mkEnableOption "development settings";
|
||||
options.neovimAsManPager = lib.mkEnableOption "neovim as the man pager";
|
||||
options.extraPackages = mkExtraPackagesOption "dev" [ [ "typos" ] [ "just" ] [ "git-absorb" ] ];
|
||||
options.extraPackages = mkExtraPackagesOption "dev" [
|
||||
[ "typos" ]
|
||||
[ "just" ]
|
||||
[ "git-absorb" ]
|
||||
[ "man-pages" ]
|
||||
[ "man-pages-posix" ]
|
||||
];
|
||||
options.rust = lib.mkOption {
|
||||
description = "Jalil's default rust configuration.";
|
||||
default = { };
|
||||
|
|
Loading…
Reference in a new issue