diff options
author | tv <tv@krebsco.de> | 2016-02-17 23:35:25 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-17 23:35:25 +0100 |
commit | 22061f0fce538773c8fff17fcaeaa21a95e41879 (patch) | |
tree | d235ea0e12331d49ed5fa34c503a9bb2f4019ed6 /tv/2configs | |
parent | 369c6653872e361d95422bddbd384a3e33e64661 (diff) |
tv man: init
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/man.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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 + ]; +} |