3 lines
80 B
Nix
3 lines
80 B
Nix
|
{ ... }: {
|
||
|
programs.nixvim.colorscheme = lib.mkForce 500 "tokyonight-day";
|
||
|
}
|