From 8f12f2ac8ac6a265a6b25db8c1a5a162924b00fc Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sun, 12 Jan 2025 04:09:37 -0600 Subject: update --- apps/nixvim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/nixvim.nix') diff --git a/apps/nixvim.nix b/apps/nixvim.nix index f5655bb..7cffead 100644 --- a/apps/nixvim.nix +++ b/apps/nixvim.nix @@ -129,11 +129,12 @@ end"; colorschemes.catppuccin = { enable = true; settings = { - flavor = "mocha"; + flavour = "latte"; integrations = { cmp = true; treesitter = true; }; + term_colors = true; }; }; -- cgit v1.2.3