Change default theme to rose-pine
This commit is contained in:
parent
d6299447ac
commit
b6ea70944d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue