Enable dev documentation (man pages)

This commit is contained in:
xmm16 2024-12-13 17:26:13 -03:00
commit 10142fd836
No known key found for this signature in database

View file

@ -32,6 +32,8 @@
seahorse seahorse
pavucontrol pavucontrol
pulseaudio pulseaudio
man-pages
man-pages-posix
; ;
inherit inherit
(pkgs.nodePackages_latest) (pkgs.nodePackages_latest)
@ -72,6 +74,8 @@
startWithGraphical = true; startWithGraphical = true;
}; };
documentation.dev.enable = true;
users.users.xmm.shell = lib.mkForce pkgs.zsh; users.users.xmm.shell = lib.mkForce pkgs.zsh;
users.users.xmm.useDefaultShell = lib.mkForce true; users.users.xmm.useDefaultShell = lib.mkForce true;