Install man pages

This commit is contained in:
mediocregopher 2023-12-20 22:37:36 +01:00
parent 49d2bf673c
commit d09d899d29
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ install-pamd:
install-loadout: install-loadout:
@if [ -z "$(HOSTNAME)" ]; then echo "USAGE: make HOSTNAME=... install-loadout"; exit 1; fi @if [ -z "$(HOSTNAME)" ]; then echo "USAGE: make HOSTNAME=... install-loadout"; exit 1; fi
nix-env -i loadout -f default.nix --arg hostConfig "import ./config/$(HOSTNAME).nix" nix-env -v -i loadout -f default.nix --arg hostConfig "import ./config/$(HOSTNAME).nix"
install-fonts: install-fonts:
@if [ -z "$(HOSTNAME)" ]; then echo "USAGE: make HOSTNAME=... install-loadout"; exit 1; fi @if [ -z "$(HOSTNAME)" ]; then echo "USAGE: make HOSTNAME=... install-loadout"; exit 1; fi

View File

@ -51,6 +51,10 @@ in rec {
pkgs.less pkgs.less
pkgs.tmux pkgs.tmux
pkgs.man
pkgs.man-pages
pkgs.man-pages-posix
git git
pkgs.mercurial pkgs.mercurial
pkgs.breezy # bzr pkgs.breezy # bzr