More manual pages
This commit is contained in:
parent
10142fd836
commit
8648d2f4ca
1 changed files with 12 additions and 1 deletions
|
@ -74,7 +74,18 @@
|
|||
startWithGraphical = true;
|
||||
};
|
||||
|
||||
documentation.dev.enable = true;
|
||||
documentation = {
|
||||
enable = true;
|
||||
dev = true;
|
||||
nixos = true;
|
||||
man = {
|
||||
enable = true;
|
||||
generateCaches = true;
|
||||
};
|
||||
man-db = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.users.xmm.shell = lib.mkForce pkgs.zsh;
|
||||
users.users.xmm.useDefaultShell = lib.mkForce true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue