From 12b7809c049c827f6626a3c3add32255a4764c0c Mon Sep 17 00:00:00 2001 From: ahwx Date: Fri, 27 Feb 2026 00:54:23 +0100 Subject: [PATCH] feat: adds background blur and hides macos windows decorations --- modules/home/kitty.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/kitty.nix b/modules/home/kitty.nix index d74381d..7b1458e 100644 --- a/modules/home/kitty.nix +++ b/modules/home/kitty.nix @@ -11,6 +11,8 @@ }; settings = { + hide_window_decorations = "yes"; + background_blur = "16"; confirm_os_window_close = 0; background_opacity = "0.75"; window_padding_width = 10;