tv: manpages -> man-pages

This commit is contained in:
tv 2022-05-31 19:28:17 +02:00
parent 65a7b6bf03
commit c378ef4a1d
3 changed files with 6 additions and 6 deletions

View File

@ -97,7 +97,7 @@ with import <stockholm/lib>;
];
fonts.fonts = [
pkgs.xlibs.fontschumachermisc
pkgs.xorg.fontschumachermisc
];
services.xserver.enable = true;

View File

@ -5,9 +5,9 @@
# s:^NROFF\t.*:& -Wbreak:
# '
#'';
environment.systemPackages = with pkgs; [
manpages
posix_man_pages
xorg.xorgdocs
environment.systemPackages = [
pkgs.man-pages
pkgs.posix_man_pages
pkgs.xorg.xorgdocs
];
}

View File

@ -38,7 +38,7 @@ in {
];
fonts.fonts = [
pkgs.xlibs.fontschumachermisc
pkgs.xorg.fontschumachermisc
];
services.xserver = {