From d8d5f85ab7ca29d106429f6b7041f222e326978c Mon Sep 17 00:00:00 2001 From: dind Date: Sun, 26 Jan 2020 16:13:43 +0000 Subject: [PATCH] termite: fix scrollbar position option description Signed-off-by: dind --- modules/programs/termite.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/termite.nix b/modules/programs/termite.nix index a5b1cebe7..4d66fc42d 100644 --- a/modules/programs/termite.nix +++ b/modules/programs/termite.nix @@ -178,7 +178,7 @@ in scrollbar = mkOption { default = null; type = types.nullOr (types.enum [ "off" "left" "right" ]); - description = "Scroll to the bottom when the shell generates output."; + description = "Scrollbar position."; }; backgroundColor = mkOption {