tv: manpages -> man-pages
This commit is contained in:
parent
65a7b6bf03
commit
c378ef4a1d
@ -97,7 +97,7 @@ with import <stockholm/lib>;
|
||||
];
|
||||
|
||||
fonts.fonts = [
|
||||
pkgs.xlibs.fontschumachermisc
|
||||
pkgs.xorg.fontschumachermisc
|
||||
];
|
||||
|
||||
services.xserver.enable = true;
|
||||
|
@ -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
|
||||
];
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ in {
|
||||
];
|
||||
|
||||
fonts.fonts = [
|
||||
pkgs.xlibs.fontschumachermisc
|
||||
pkgs.xorg.fontschumachermisc
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
|
Loading…
Reference in New Issue
Block a user