···11----
22-name: DGANG
33-summary: Yet another guide to using Nix/NixOS, with a twist
44-timespan:
55- from: 2024
66-internalSort: 60
77-tags:
88- - astro
99- - starlight
1010- - nix
1111- - nixos
1212-links:
1313- github: Bwc9876/dgang
1414-image: ./dgang.png
1515----
1616-1717-DGANG (Dear God, Another Nix/NixOS Guide) is a short project I did because currently I think that Nix/NixOS documentation is lackluster.
1818-1919-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.
2020-2121-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.
2222-2323-After a lot of reading, the last 2 chapters go into actually installing the distro and how to use NixOS on a real system.