From 67590e5cc67d653a0320c625c0a4ead51c9a3dc1 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 22 Oct 2024 23:18:53 -0700 Subject: [PATCH] fix: replace theme with themeFile in kitty config --- users/youwen/linux/programs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/youwen/linux/programs/default.nix b/users/youwen/linux/programs/default.nix index 57ce664..cfa2882 100644 --- a/users/youwen/linux/programs/default.nix +++ b/users/youwen/linux/programs/default.nix @@ -6,7 +6,7 @@ { programs.kitty = { enable = true; - theme = "Tokyo Night"; + themeFile = "tokyo_night_night"; font.name = "CaskaydiaCove Nerd Font"; shellIntegration.enableFishIntegration = true; shellIntegration.enableBashIntegration = true;