This commit is contained in:
2025-02-10 20:33:33 -05:00
parent 508a3ccc9b
commit 2b66f1a774
17 changed files with 191 additions and 114 deletions

View File

@@ -152,13 +152,18 @@
lsof
tcpdump
cargo-flamegraph
borgbackup
];
# home.file.".cargo/config.toml".text = ''
# [target.${lib.strings.removeSuffix "-linux" pkgs.system}-unknown-linux-gnu]
# linker = "${pkgs.clang}/bin/clang"
# rustflags = ["-C", "link-arg=-fuse-ld=${pkgs.mold}/bin/mold"]
# '';
# https://github.com/flamegraph-rs/flamegraph
home.file.".cargo/config.toml".text = ''
[target.${lib.strings.removeSuffix "-linux" pkgs.system}-unknown-linux-gnu]
linker = "${pkgs.clang}/bin/clang"
rustflags = ["-Clink-arg=-Wl,--no-rosegment"]
'';
# default applications
home.sessionVariables = {