From 750fbdc1353ff3c13ddba3098283ae577d973b2a Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 03:08:59 +0100 Subject: [PATCH] im so retarded --- modules/home/caem/core/zsh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;