From f74c590260330340b47d9d4e893028ed007f2cc5 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Tue, 24 Sep 2024 19:36:33 +0530 Subject: [PATCH] skipper: update kitty config --- home/programs/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/kitty.nix b/home/programs/kitty.nix index 4f7c8bf..e5894e5 100644 --- a/home/programs/kitty.nix +++ b/home/programs/kitty.nix @@ -19,6 +19,6 @@ sync_to_monitor = true; }; shellIntegration.mode = "disabled"; - theme = "Dracula"; + themeFile = "Dracula"; }; }