From dfd3c17a35e1727fb73e526c111503d0d87fcf48 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 20 Feb 2024 12:43:49 +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 f88f5f67..d51f6fef 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 "rose-pine"; + programs.nixvim.colorscheme = lib.mkForce "two-firewatch"; stylix.targets.nixvim.enable = false; }