update stuff

This commit is contained in:
nora 2025-09-19 21:58:31 +02:00
parent b507f381a0
commit 3de4e5bda4
6 changed files with 34 additions and 33 deletions

View file

@ -20,7 +20,7 @@ with pkgs; [
hollywood
htop
hyperfine
llvmPackages_19.bintools-unwrapped
llvmPackages_21.bintools-unwrapped
inferno
jq
jujutsu

View file

@ -12,7 +12,7 @@ in
home.file.".cargo/config.toml" = {
text = ''
[target.x86_64-unknown-linux-gnu]
linker = "${lib.getExe pkgs.llvmPackages_16.clang}"
linker = "${lib.getExe pkgs.llvmPackages_21.clang}"
rustflags = ["-Clink-arg=-fuse-ld=${lib.getExe' pkgs.mold-wrapped "mold"}", "-Ctarget-cpu=native"]
'';
};

View file

@ -600,4 +600,5 @@ binds {
// Paste from clippyboard
Mod+V { spawn "clippyboard-select"; }
Mod+Shift+V { spawn "clippyboard-clear"; }
}