From a1836d76764024da046c234fc95480e38f495de3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 14 Feb 2024 23:29:39 +0900 Subject: [PATCH] test --- stylix/sakura/home-manager/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylix/sakura/home-manager/nixvim.nix b/stylix/sakura/home-manager/nixvim.nix index 009e3da1..9a6e3077 100644 --- a/stylix/sakura/home-manager/nixvim.nix +++ b/stylix/sakura/home-manager/nixvim.nix @@ -1,3 +1,3 @@ { lib, ... }: { - programs.nixvim.colorscheme = lib.mkForce "everforest"; + programs.nixvim.colorscheme = lib.mkForce "oxocarbon"; } \ No newline at end of file