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