Revert "nixos: doc: implement related packages in the manual"

This commit is contained in:
Graham Christensen
2017-12-23 07:19:45 -05:00
committed by GitHub
parent d3a0eb320a
commit b5a61f2c59
12 changed files with 26 additions and 133 deletions
+1 -6
View File
@@ -61,12 +61,7 @@ in {
options = {
programs.tmux = {
enable = mkOption {
type = types.bool;
default = false;
description = "Whenever to configure <command>tmux</command> system-wide.";
relatedPackages = [ "tmux" ];
};
enable = mkEnableOption "<command>tmux</command> - a <command>screen</command> replacement.";
aggressiveResize = mkOption {
default = false;