Skip to content

Commit 35728f6

Browse files
committed
Add cargo config
1 parent af57495 commit 35728f6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

dots/cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[net]
2+
git-fetch-with-cli = true

home/desktop/development.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,15 @@
9393

9494
# miscellaneous
9595
pkgs.d2
96+
97+
# suffering and pain
98+
pkgs-unstable.jetbrains.idea-ultimate
9699
];
100+
101+
# cargo
102+
home.file.".cargo/config.toml" = {
103+
enable = true;
104+
source = ../../dots/cargo/config.toml;
105+
target = ".cargo/config.toml";
106+
};
97107
}

0 commit comments

Comments
 (0)