README.md: add GLF OS credits

and adapt various config elements from it

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-12 22:39:29 +03:00
parent e170e9d2b7
commit 1dc168ce63
7 changed files with 22 additions and 4 deletions

View File

@ -7,7 +7,12 @@
package = pkgs.lixPackageSets.latest.lix;
channel.enable = false;
daemonCPUSchedPolicy = "idle";
optimise = {
automatic = true;
dates = ["weekly"];
};
settings = {
auto-optimise-store = true;
experimental-features = [
"nix-command"
"flakes"