pkgs: noname

This commit is contained in:
js0ny 2026-02-13 02:45:32 +00:00
parent 2b403b18e4
commit 0ca532e432
9 changed files with 81 additions and 2 deletions

View file

@ -9,5 +9,7 @@
SAM_CLI_TELEMETRY = "0";
AZURE_CORE_COLLECT_TELEMETRY = "0";
GEMINI_TELEMETRY_ENABLED = "false";
SCARF_NO_ANALYTICS = "true";
ANONYMIZED_TELEMETRY = "false";
};
}

View file

@ -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
};
}

View file

@ -20,5 +20,6 @@
# enable = false;
modesetting.enable = false;
powerManagement.enable = false;
dynamicBoost.enable = false;
};
}