d3e2468e7fcb4a50e43115f72851f3ef0bbb369d
Dotfiles
NixOS configuration files personalized for my workflow.
To get started, install NixOS, clone this repository and run:
nixos-rebuild switch -I nixos-config=configuration.nix
I use rustup to manage the Rust toolchain including cargo, rustc and rust-analyzer.
My editor helix is automatically able to utilize rust-analyzer as a language server.
To reproduce my rustup config, run the following:
rustup install stable
rustup component add rust-src
rustup component add rust-analyzer
Languages
Nix
99.1%
Shell
0.7%
CSS
0.2%