/ user.nix
user.nix
 1  {
 2    config = {
 3      dusk = {
 4        username = "cfcosta";
 5        name = "CainĂ£ Costa";
 6        emails.primary = "me@cfcosta.com";
 7        accounts.github = "cfcosta";
 8      };
 9    };
10  }