mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-03-14 16:26:05 +01:00
update stuff
This commit is contained in:
parent
b507f381a0
commit
3de4e5bda4
6 changed files with 34 additions and 33 deletions
|
|
@ -20,7 +20,7 @@ with pkgs; [
|
|||
hollywood
|
||||
htop
|
||||
hyperfine
|
||||
llvmPackages_19.bintools-unwrapped
|
||||
llvmPackages_21.bintools-unwrapped
|
||||
inferno
|
||||
jq
|
||||
jujutsu
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
|
|
@ -600,4 +600,5 @@ binds {
|
|||
|
||||
// Paste from clippyboard
|
||||
Mod+V { spawn "clippyboard-select"; }
|
||||
Mod+Shift+V { spawn "clippyboard-clear"; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue