From b6ea70944d6d78895493a363143361d26de1db6a Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 16 Feb 2024 16:52:54 +0900 Subject: [PATCH] Change default theme to rose-pine --- 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 f7e20acc..f88f5f67 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 "tokyonight"; + programs.nixvim.colorscheme = lib.mkForce "rose-pine"; stylix.targets.nixvim.enable = false; }