termite: fix scrollbar position option description

Signed-off-by: dind <lewdavatar@gmail.com>
(cherry picked from commit d8d5f85ab7)
This commit is contained in:
dind 2020-01-26 16:13:43 +00:00 committed by Robert Helgesson
parent f5c9303ced
commit 1261ffee91
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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 {