From cb7f09a1b2616af279725c5a884fc97c19d8e3e2 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 20 Feb 2024 13:57: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 d51f6fef..540bc0e4 100644 --- a/stylix/stylix/home-manager/nixvim.nix +++ b/stylix/stylix/home-manager/nixvim.nix @@ -1,4 +1,4 @@ { lib, ... }: { - programs.nixvim.colorscheme = lib.mkForce "two-firewatch"; + programs.nixvim.colorscheme = lib.mkForce "sonokai"; stylix.targets.nixvim.enable = false; }