1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00
flake/programs/variables.nix

11 lines
242 B
Nix

_: {
home.sessionVariables = {
NEXT_TELEMETRY_DISABLED = "1";
CHECKPOINT_DISABLE = "1";
DISABLE_TELEMETRY = "YES";
ASTRO_TELEMETRY_DISABLED = "1";
FNM_RESOLVE_ENGINES = "true";
FNM_COREPACK_ENABLED = "true";
};
}