12 lines
188 B
Nix
12 lines
188 B
Nix
{
|
|
colorschemes = {
|
|
tokyonight = {
|
|
enable = true;
|
|
settings = {
|
|
transparent = true;
|
|
style = "night";
|
|
mini_completion = true;
|
|
};
|
|
};
|
|
};
|
|
}
|