tmp
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user