mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 02:36:19 +00:00
pkgs: noname
This commit is contained in:
parent
2b403b18e4
commit
0ca532e432
9 changed files with 81 additions and 2 deletions
|
|
@ -9,5 +9,7 @@
|
|||
SAM_CLI_TELEMETRY = "0";
|
||||
AZURE_CORE_COLLECT_TELEMETRY = "0";
|
||||
GEMINI_TELEMETRY_ENABLED = "false";
|
||||
SCARF_NO_ANALYTICS = "true";
|
||||
ANONYMIZED_TELEMETRY = "false";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,5 +9,7 @@
|
|||
SAM_CLI_TELEMETRY = "0";
|
||||
AZURE_CORE_COLLECT_TELEMETRY = "0";
|
||||
GEMINI_TELEMETRY_ENABLED = "false";
|
||||
SCARF_NO_ANALYTICS = "true";
|
||||
ANONYMIZED_TELEMETRY = "false";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,6 +67,6 @@ in {
|
|||
in {
|
||||
"/usr/share/icons" = mkRoSymBind "${aggregated}/share/icons";
|
||||
"/usr/share/fonts" = mkRoSymBind "${aggregated}/share/fonts";
|
||||
"/home/js0ny/.local/share/fonts" = mkRoSymBind "${aggregated}/share/fonts";
|
||||
# Note: Binding to $HOME is not recommended since this binding process executes before mounting $HOME
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,5 +20,6 @@
|
|||
# enable = false;
|
||||
modesetting.enable = false;
|
||||
powerManagement.enable = false;
|
||||
dynamicBoost.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue