Install man pages
This commit is contained in:
parent
49d2bf673c
commit
d09d899d29
2
Makefile
2
Makefile
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user