summaryrefslogtreecommitdiff
path: root/common/modules/terminal/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules/terminal/default.nix')
-rw-r--r--common/modules/terminal/default.nix6
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).";
};
};