1
0

added fuzzel config; modified cargo config; modified sway config to use fuzzel

This commit is contained in:
2023-11-19 14:48:45 -07:00
parent f055bfbedc
commit 500b47fd9a
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
[net]
git-fetch-with-cli = true
[target.x86_64-unknown-linux-gnu]
linker = "gcc"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]