diff options
author | tv <tv@krebsco.de> | 2022-05-31 19:28:17 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-07-14 15:46:49 +0200 |
commit | c378ef4a1d7173dd9a0841242bb553e07959279f (patch) | |
tree | 80e9b6b9ab4146059ca525a106bc2c11834cf9f3 /tv | |
parent | 65a7b6bf03c6976060d897c78fcd391d6b689e2f (diff) |
tv: manpages -> man-pages
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/mu/config.nix | 2 | ||||
-rw-r--r-- | tv/2configs/man.nix | 8 | ||||
-rw-r--r-- | tv/2configs/xserver/default.nix | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 7c3f8cfdb..00b177963 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -97,7 +97,7 @@ with import <stockholm/lib>; ]; fonts.fonts = [ - pkgs.xlibs.fontschumachermisc + pkgs.xorg.fontschumachermisc ]; services.xserver.enable = true; diff --git a/tv/2configs/man.nix b/tv/2configs/man.nix index 0a72dce2a..c723138f1 100644 --- a/tv/2configs/man.nix +++ b/tv/2configs/man.nix @@ -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 ]; } diff --git a/tv/2configs/xserver/default.nix b/tv/2configs/xserver/default.nix index be155af53..5019d8002 100644 --- a/tv/2configs/xserver/default.nix +++ b/tv/2configs/xserver/default.nix @@ -38,7 +38,7 @@ in { ]; fonts.fonts = [ - pkgs.xlibs.fontschumachermisc + pkgs.xorg.fontschumachermisc ]; services.xserver = { |