Change Rust Windows target from `msvc` to `gnu`
Dependencies
- [2]
HLTVHNCXAdd windows Rust target - [3]
BVV6PXFFAdd `x86_64-unknown-linux-musl` target for rust - [4]
5FI47NSAMigrate to home-manager - [5]
VVNVU6K7Auto-format Nix code
Change contents
- replacement in home.nix at line 33
targets = [ "riscv32imc-unknown-none-elf" "x86_64-unknown-none" "wasm32-unknown-unknown" "wasm32-wasi" "x86_64-unknown-linux-musl" "x86_64-pc-windows-msvc" ];targets = [ "riscv32imc-unknown-none-elf" "x86_64-unknown-none" "wasm32-unknown-unknown" "wasm32-wasi" "x86_64-unknown-linux-musl" "x86_64-pc-windows-gnu" ];