diff options
| author | bee <beebeeb5k@gmail.com> | 2026-05-01 23:45:21 +0530 |
|---|---|---|
| committer | bee <beebeeb5k@gmail.com> | 2026-05-01 23:45:21 +0530 |
| commit | cd08309515bce3796777f4b20efffd379b9fabcc (patch) | |
| tree | 9bc843dc067983511b31139b5c71afdd12a8e20e /common/modules/terminal/default.nix | |
| parent | 1bb49481dbec223e68df4f60fa1d425525e16cff (diff) | |
Homecoming
Diffstat (limited to 'common/modules/terminal/default.nix')
| -rw-r--r-- | common/modules/terminal/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/modules/terminal/default.nix b/common/modules/terminal/default.nix index 3bc4a56..b777faf 100644 --- a/common/modules/terminal/default.nix +++ b/common/modules/terminal/default.nix @@ -39,7 +39,7 @@ with lib; }; size = mkOption { type = types.float; - default = 13.0; + default = 11.0; }; bright_color_is_bold = mkEnableOption "bright colors in bold font"; @@ -50,13 +50,13 @@ with lib; window = { padding-x = mkOption { type = types.int; - default = 10; + default = 3; description = "Window padding x axis (pixels)."; }; padding-y = mkOption { type = types.int; - default = 10; + default = 3; description = "Window padding y axis (pixels)."; }; }; |
