mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 09:01:04 +01:00
14 lines
245 B
Nix
14 lines
245 B
Nix
{
|
|
programs.docker-cli = {
|
|
settings = {
|
|
net = {
|
|
git-fetch-with-cli = true;
|
|
};
|
|
};
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.cargo/config
|
|
assertPathNotExists home-files/.cargo/config.toml
|
|
'';
|
|
}
|