Added NixOS on WSL to NixOS Tools and Modules.

This commit is contained in:
Michael Royal 2023-02-11 19:13:44 -08:00 committed by GitHub
parent 22d4185b97
commit 638f7695f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -324,6 +324,8 @@
- [Nix-alien](https://github.com/thiagokokada/nix-alien) is a tool to run unpatched binaries on Nix/NixOS easily.
- [Disko](https://github.com/nix-community/disko) is a declarative disk partitioning tool using Nix.
- [NixOS on WSL](https://github.com/nix-community/NixOS-WSL) is a minimal root filesystem for running NixOS on WSL. It can be used with DistroLauncher as ```install.tar.gz``` or as input to ```wsl --import --version 2```.
## NixOS Desktop
[Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents)