mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
9 lines
104 B
Nix
9 lines
104 B
Nix
|
{
|
||
|
colorschemes = {
|
||
|
base16 = {
|
||
|
enable = false;
|
||
|
colorscheme = "mountain";
|
||
|
};
|
||
|
};
|
||
|
}
|