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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/modules/terminal/default.nix b/common/modules/terminal/default.nix
index b777faf..6f25ed6 100644
--- a/common/modules/terminal/default.nix
+++ b/common/modules/terminal/default.nix
@@ -50,13 +50,13 @@ with lib;
window = {
padding-x = mkOption {
type = types.int;
- default = 3;
+ default = 2;
description = "Window padding x axis (pixels).";
};
padding-y = mkOption {
type = types.int;
- default = 3;
+ default = 1;
description = "Window padding y axis (pixels).";
};
};