From 1df288011674b8f4c2bcb2e8f784a81148f2a516 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:54:16 +0100 Subject: chore: minor config improvements - wget/wgetrc: move hsts-file from /tmp to ~/.local/share for XDG compliance and persistence across reboots - cargo/config: rename to config.toml (modern Cargo convention) --- home/.config/cargo/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 home/.config/cargo/config.toml (limited to 'home/.config/cargo/config.toml') diff --git a/home/.config/cargo/config.toml b/home/.config/cargo/config.toml new file mode 100644 index 0000000..0ef993e --- /dev/null +++ b/home/.config/cargo/config.toml @@ -0,0 +1,6 @@ +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-C", "target-cpu=native", "-C", "link-arg=-fuse-ld=mold"] + +[build] +rustc-wrapper = "sccache" -- cgit v1.2.3-70-g09d2