From cae5f72a095024b1fc6b411afc8f83663d008fd5 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 6 Jun 2024 22:46:09 +0200 Subject: [PATCH] fix: add padding for terminal window --- modules/home-manager/application/foot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/application/foot/default.nix b/modules/home-manager/application/foot/default.nix index 120d239..0d1255e 100644 --- a/modules/home-manager/application/foot/default.nix +++ b/modules/home-manager/application/foot/default.nix @@ -20,6 +20,7 @@ in settings = { main = { font = "Fira Code Nerd Font Mono:size=10"; + pad = "5x5 center"; }; mouse = { hide-when-typing = "yes";