From f79dffbd8eb4c841235e2e77bf5e0432c0289ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 5 Jan 2025 22:44:01 +0100 Subject: [PATCH] Home Gen438 @ 2025-01-05-22:43 --- modules/home/kitty/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/kitty/config.nix b/modules/home/kitty/config.nix index 1abb6df..ebb2c14 100644 --- a/modules/home/kitty/config.nix +++ b/modules/home/kitty/config.nix @@ -6,7 +6,7 @@ name = "Fira Code Nerd Font"; size = 12; }; - theme = "Molokai"; + themeFile = "Molokai"; settings = { background_opacity = "0.6"; enable_audio_bell = false;