Change default theme to rose-pine

This commit is contained in:
albert 2024-02-16 16:52:54 +09:00
parent d6299447ac
commit b6ea70944d
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -1,4 +1,4 @@
{ lib, ... }: { { lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "tokyonight"; programs.nixvim.colorscheme = lib.mkForce "rose-pine";
stylix.targets.nixvim.enable = false; stylix.targets.nixvim.enable = false;
} }