1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00

termite: fix scrollbar position option description

Signed-off-by: dind <lewdavatar@gmail.com>
This commit is contained in:
dind 2020-01-26 16:13:43 +00:00
parent b4e8d9869f
commit d8d5f85ab7
No known key found for this signature in database
GPG Key ID: 9F0D87CB56CAD80D

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 {