mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: replace theme with themeFile in kitty config
This commit is contained in:
parent
f29293a754
commit
67590e5cc6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "Tokyo Night";
|
themeFile = "tokyo_night_night";
|
||||||
font.name = "CaskaydiaCove Nerd Font";
|
font.name = "CaskaydiaCove Nerd Font";
|
||||||
shellIntegration.enableFishIntegration = true;
|
shellIntegration.enableFishIntegration = true;
|
||||||
shellIntegration.enableBashIntegration = true;
|
shellIntegration.enableBashIntegration = true;
|
||||||
|
|
Loading…
Reference in a new issue