fix: replace theme with themeFile in kitty config

This commit is contained in:
Youwen Wu 2024-10-22 23:18:53 -07:00
parent f29293a754
commit 67590e5cc6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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;