6 lines
94 B
Nix
6 lines
94 B
Nix
{enable}: {
|
|
inherit enable;
|
|
settings.font.size = 14.0;
|
|
settings.window.opacity = 0.8;
|
|
}
|