home: move nix substituter to machine level nix conf
This commit is contained in:
parent
c804a493c2
commit
cb5a5794bd
2 changed files with 7 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue