From def172c79d93f43fe21f17a2e2ad7e1a4404d5d0 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Wed, 21 Jan 2026 19:12:01 +0100 Subject: [PATCH] ghostts extend --- home-modules/ghostty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-modules/ghostty.nix b/home-modules/ghostty.nix index 19d2e44..4a6974a 100644 --- a/home-modules/ghostty.nix +++ b/home-modules/ghostty.nix @@ -5,6 +5,7 @@ package = pkgs.ghostty; settings = with rice.color; { background = background; + window-padding-color = "extend"; background-opacity = builtins.toString rice.transparency; clipboard-paste-protection = false; clipboard-read = "allow";