From 176b3cb4b7ce791ad10ac8af80ae4c5a5f67a7f7 Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 16 Feb 2024 10:40:18 +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 d48cffe0..bce06eb3 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 "melange-dark"; + programs.nixvim.colorscheme = lib.mkForce "melange"; }