home/terminal: disable paddings again
This commit is contained in:
parent
8e5ce26587
commit
9eecf300ee
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in {
|
|||
|
||||
padding = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
default = 8;
|
||||
default = 0;
|
||||
example = config.myFlake.home-manager.terminal.fontSize;
|
||||
description = "Select desired terminal padding size (in px).";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue