tv: manpages -> man-pages
This commit is contained in:
parent
65a7b6bf03
commit
c378ef4a1d
@ -97,7 +97,7 @@ with import <stockholm/lib>;
|
|||||||
];
|
];
|
||||||
|
|
||||||
fonts.fonts = [
|
fonts.fonts = [
|
||||||
pkgs.xlibs.fontschumachermisc
|
pkgs.xorg.fontschumachermisc
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
# s:^NROFF\t.*:& -Wbreak:
|
# s:^NROFF\t.*:& -Wbreak:
|
||||||
# '
|
# '
|
||||||
#'';
|
#'';
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = [
|
||||||
manpages
|
pkgs.man-pages
|
||||||
posix_man_pages
|
pkgs.posix_man_pages
|
||||||
xorg.xorgdocs
|
pkgs.xorg.xorgdocs
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
fonts.fonts = [
|
fonts.fonts = [
|
||||||
pkgs.xlibs.fontschumachermisc
|
pkgs.xorg.fontschumachermisc
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
Loading…
Reference in New Issue
Block a user