mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00

changelog: - deleted unnecessary segment from discord config - deleted reference to old catppuccin DuckDuckGo guide from README - hyprland changed scale for new system - added new target for rust
12 lines
322 B
TOML
12 lines
322 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
components = [ "rust-src", "rust-analyzer", "rustc-codegen-cranelift", "miri", "llvm-tools", "rust-docs-json" ]
|
|
targets = [
|
|
"wasm32-unknown-unknown",
|
|
"wasm32-wasi",
|
|
"x86_64-pc-windows-gnu",
|
|
"x86_64-unknown-linux-gnu",
|
|
"aarch64-unknown-linux-gnu"
|
|
]
|
|
profile = "default"
|