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;