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