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;