summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/tmux.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-12-23 07:19:45 -0500
committerGitHub <noreply@github.com>2017-12-23 07:19:45 -0500
commitb5a61f2c599ac665e3c3129258ea8671cb5760af (patch)
treeac16b806bfd54846edba76b0f21ff5d929570ff4 /nixos/modules/programs/tmux.nix
parentd3a0eb320a5e28a19b82f813e001fa832d7ef1d3 (diff)
Revert "nixos: doc: implement related packages in the manual"
Diffstat (limited to 'nixos/modules/programs/tmux.nix')
-rw-r--r--nixos/modules/programs/tmux.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/nixos/modules/programs/tmux.nix b/nixos/modules/programs/tmux.nix
index 967001845f02..ed1d88a420a2 100644
--- a/nixos/modules/programs/tmux.nix
+++ b/nixos/modules/programs/tmux.nix
@@ -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;