1
Himadri Bhattacharjee d3e2468e7f feat: add yt-dlp
2023-07-08 09:33:05 +05:30
2023-07-08 08:41:07 +05:30
2023-07-08 09:33:05 +05:30
2023-07-08 08:41:07 +05:30
2023-07-08 08:40:01 +05:30
2023-07-08 09:26:02 +05:30

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
Description
No description provided
Readme MIT 18 MiB
Languages
Nix 99.1%
Shell 0.7%
CSS 0.2%