diff options
| author | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
|---|---|---|
| committer | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
| commit | 2c2669697fdeaf7316feed3449d2082d255de5af (patch) | |
| tree | 4d8ed566c2be1ec01c54a3eb6106c40fa79ddb8a /common/modules/terminal/default.nix | |
| parent | b6e25e72d30d9810abc0eb48058334e2495350f8 (diff) | |
Debloat
Diffstat (limited to 'common/modules/terminal/default.nix')
| -rw-r--r-- | common/modules/terminal/default.nix | 4 |
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)."; }; }; |
