diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index c232fbd..d68b8b6 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -13,7 +13,9 @@ programs.bat = { enable = true; - config = "ansi"; + config = { + theme = "ansi"; + }; }; home.file.".zshenv".enable = false;