···11+---
22+name: DGANG
33+summary: Yet another guide to using Nix/NixOS, with a twist
44+timespan:
55+ from: 2024
66+ to: 2024
77+internalSort: 60
88+tags:
99+ - astro
1010+ - starlight
1111+ - nix
1212+ - nixos
1313+links:
1414+ github: Bwc9876/dgang
1515+image: ./dgang.png
1616+---
1717+1818+DGANG (Dear God, Another Nix/NixOS Guide) is a short project I did because currently I think that Nix/NixOS documentation is lackluster.
1919+2020+It utilizes an amazing feature of NixOS that allows for easy VM creation to teach the reader how to use it without needing to install another distro.
2121+2222+The guide teaches Nix/NixOS from a practical standpoint, explaining how to get stuff done first and only then explaining how the underlying system works.
2323+2424+After a lot of reading, the last 2 chapters go into actually installing the distro and how to use NixOS on a real system.