From ec5e45b2d08131c91142324bf08884b6910fb7bc Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 12 Sep 2025 19:36:08 +0200 Subject: [PATCH] feat(ghostty): configure it how I wan't. --- modules/linux/home-manager/wayland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/linux/home-manager/wayland.nix b/modules/linux/home-manager/wayland.nix index 2a7b7c1..b2432a2 100644 --- a/modules/linux/home-manager/wayland.nix +++ b/modules/linux/home-manager/wayland.nix @@ -49,6 +49,9 @@ installVimSyntax = true; settings = { window-decoration = false; + mouse-hide-while-typing = true; + resize-overlay = "never"; + window-padding-balance = true; }; };