From 427a63966bd9f2d0f5437ceab5b7947e2f07f645 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 15 Feb 2024 13:13:00 +0900 Subject: [PATCH] Update theme --- stylix/stylix/home-manager/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylix/stylix/home-manager/nixvim.nix b/stylix/stylix/home-manager/nixvim.nix index b50de0d5..5c5e70bc 100644 --- a/stylix/stylix/home-manager/nixvim.nix +++ b/stylix/stylix/home-manager/nixvim.nix @@ -1,3 +1,3 @@ { lib, ... }: { - programs.nixvim.colorscheme = lib.mkForce "catppuccin-macciato"; + programs.nixvim.colorscheme = lib.mkForce "catppuccin-macchiato"; } \ No newline at end of file