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