From 22061f0fce538773c8fff17fcaeaa21a95e41879 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 17 Feb 2016 23:35:25 +0100 Subject: tv man: init --- tv/2configs/man.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tv/2configs/man.nix (limited to 'tv/2configs/man.nix') diff --git a/tv/2configs/man.nix b/tv/2configs/man.nix new file mode 100644 index 0000000..686e574 --- /dev/null +++ b/tv/2configs/man.nix @@ -0,0 +1,7 @@ +{ config, lib, pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ + manpages + posix_man_pages + ]; +} -- cgit v1.2.3