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; }