mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
zed: disable telemtry
This commit is contained in:
parent
03387d3d4c
commit
a2cfbd6ce7
|
@ -80,8 +80,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
telemetry = {
|
telemetry = {
|
||||||
diagnostics = true;
|
diagnostics = false;
|
||||||
metrics = true;
|
metrics = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal.font_size = 12;
|
terminal.font_size = 12;
|
||||||
|
|
Loading…
Reference in a new issue