Auggie module for NixOS

Couldn’t find one, made my own. Auggie runs just fine.

programs.auggie.enable = true;

1 Like

FYI with lib; is a code smell, and lib.mdDoc does nothing (can be removed).

1 Like

Thank you for pointing that out! Fixed.