summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--default.nix4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a4cb26..90a08bd 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ install-pamd:
install-loadout:
@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:
@if [ -z "$(HOSTNAME)" ]; then echo "USAGE: make HOSTNAME=... install-loadout"; exit 1; fi
diff --git a/default.nix b/default.nix
index 0955d2e..ee5e159 100644
--- a/default.nix
+++ b/default.nix
@@ -51,6 +51,10 @@ in rec {
pkgs.less
pkgs.tmux
+ pkgs.man
+ pkgs.man-pages
+ pkgs.man-pages-posix
+
git
pkgs.mercurial
pkgs.breezy # bzr