home: move nix substituter to machine level nix conf

This commit is contained in:
xinyangli 2023-11-24 20:49:18 +08:00
parent c804a493c2
commit cb5a5794bd
2 changed files with 7 additions and 12 deletions

View file

@ -6,13 +6,6 @@
./vim.nix
];
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
substituters = "https://mirrors.ustc.edu.cn/nix-channels/store https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store";
};
home.packages = with pkgs; [
dig
du-dust # du + rust