2 Commits

Author SHA1 Message Date
638f7695f3 Added NixOS on WSL to NixOS Tools and Modules. 2023-02-11 19:13:44 -08:00
22d4185b97 Merge pull request #15 from mikeroyal/mikeroyal-patch-2
Added more Nix tutorials.
2023-02-05 00:47:18 -08:00

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. - [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. - [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 ## NixOS Desktop
[Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents) [Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents)