home/terminal: disable paddings again

This commit is contained in:
Guanran Wang 2024-02-05 22:25:44 +08:00
parent 8e5ce26587
commit 9eecf300ee
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -45,7 +45,7 @@ in {
padding = lib.mkOption { padding = lib.mkOption {
type = lib.types.int; type = lib.types.int;
default = 8; default = 0;
example = config.myFlake.home-manager.terminal.fontSize; example = config.myFlake.home-manager.terminal.fontSize;
description = "Select desired terminal padding size (in px)."; description = "Select desired terminal padding size (in px).";
}; };