10 lines
142 B
Nix
10 lines
142 B
Nix
{...}:
|
|
{
|
|
enable = true;
|
|
settings = {
|
|
General = {
|
|
disabledTrayIcon = true;
|
|
showStartupLaunchMessage = false;
|
|
};
|
|
};
|
|
}
|