feat(home): Set my
This commit is contained in:
parent
42c73f9777
commit
c4748ddedd
1 changed files with 10 additions and 0 deletions
10
modules/home/base/default.nix
Normal file
10
modules/home/base/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ namespace, ... }:
|
||||
{
|
||||
options.${namespace}.my = rec {
|
||||
name = "marley";
|
||||
username = "punkfairie";
|
||||
fullName = "Marley Rae";
|
||||
email = "marley@punkfairie.net";
|
||||
git.name = username;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue