update some

This commit is contained in:
Sense T
2023-06-29 07:21:20 +08:00
parent 47616f4337
commit e7080c4ff1
2 changed files with 14 additions and 4 deletions

View File

@@ -23,4 +23,14 @@
LC_TIME = "zh_CN.UTF-8";
};
};
nix.settings = {
auto-optimise-store = true;
experimental-features = [
"nix-command"
"flakes"
];
};
nix.gc.automatic = true;
}