3APM6XOQIRQEI3KLTM4UL7O4LDKFOXBJSUH3ZLDBLDIPQ46T5EZQC <h1 align="center">James' NixOS Configuration</h1><p align="center">NixOS configuration for WSL</p>## AboutRight now I'm primarily using Windows and WSL but thanks to the [NixOS-WSL](https://github.com/nix-community/NixOS-WSL)project I can use glorious NixOS inside WSL :]## FeaturesMainly configured for :- Neovim- Nushell- Zellij- Rust- TypeScriptThings like Alacritty and other tools etc. are handled in my Windows configuration.Generally I no longer even touch my Windows environment and instantly hop intoWSL and zellij with...```bashwsl -d nixos --cd /home/james nu -e '/etc/profiles/per-user/james/bin/zellij -l welcome'```...which automatically launches when I start Alacritty.
# James' NixOS Configuration Collection