mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
12 lines
277 B
Nix
12 lines
277 B
Nix
_: {
|
|
home.sessionVariables = {
|
|
NEXT_TELEMETRY_DISABLED = "1";
|
|
NUXT_TELEMETRY_DISABLED = "1";
|
|
CHECKPOINT_DISABLE = "1";
|
|
DISABLE_TELEMETRY = "YES";
|
|
ASTRO_TELEMETRY_DISABLED = "1";
|
|
|
|
FNM_RESOLVE_ENGINES = "true";
|
|
FNM_COREPACK_ENABLED = "true";
|
|
};
|
|
}
|