From cd2f580a254d3b4d75fe33b3e2cda9743eeac890 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 19:59:39 +0900 Subject: [PATCH] test --- 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 e927131d..c5bfab1e 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 "catpuccin-mocha"; + programs.nixvim.colorscheme = lib.mkForce "kanagawa-dragon"; } \ No newline at end of file