parent
02fed5f29b
commit
24f5667327
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ in {
|
||||||
|
|
||||||
padding = lib.mkOption {
|
padding = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.int;
|
||||||
default = 0;
|
default = 8;
|
||||||
example = 8;
|
example = config.myFlake.home-manager.terminal.fontSize;
|
||||||
description = "Select desired terminal padding size (in px).";
|
description = "Select desired terminal padding size (in px).";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue