Hey, this is my (Yon's) dotfiles for NixOS (preferably WSL).
Everything is simple (probably) to install and configure.
I use NixOS (25.11 - currently) in WSL2 with Home Manager aside for easily configuring/installing programs without adding every time to system config.
As well, I use Flakes for portability.
- Clone
git clone https://github.com/tachy0nnn/dotfiles ~/dotfiles
cd ~/dotfiles- Apply
sudo nixos-rebuild switch --flake ~/dotfiles#nixos- Restart shell
exec bashconfiguration.nix: system-level (NixOS) confighome.nix: user-level configflake.nix: the flake with home-manager module
I will add more stuff as my NixOS setup will be improving. (probably degrading xdd)