From 2c2669697fdeaf7316feed3449d2082d255de5af Mon Sep 17 00:00:00 2001 From: "beeb5k (Vivek Tiwari)" Date: Thu, 4 Jun 2026 23:45:29 +0530 Subject: Debloat --- common/modules/terminal/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/modules/terminal/default.nix') 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)."; }; }; -- cgit v1.3.1