mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: removed fallaryn and denise
This commit is contained in:
parent
d6f58595eb
commit
489b64c9c7
15 changed files with 0 additions and 347 deletions
|
@ -1,14 +1,10 @@
|
|||
let
|
||||
user0 = "nick";
|
||||
user1 = "garnet";
|
||||
user2 = "fallaryn";
|
||||
user3 = "denise";
|
||||
in {
|
||||
inherit
|
||||
user0
|
||||
user1
|
||||
user2
|
||||
user3
|
||||
;
|
||||
user = {
|
||||
"${user0}" = {
|
||||
|
@ -36,17 +32,5 @@ in {
|
|||
address0 = "ninaeffler@gmail.com";
|
||||
};
|
||||
};
|
||||
"${user2}" = {
|
||||
name = "Fallaryn";
|
||||
email = {
|
||||
address0 = "staciesimonson@gmail.com";
|
||||
};
|
||||
};
|
||||
"${user3}" = {
|
||||
name = "Denise";
|
||||
email = {
|
||||
address0 = "denisehiebert@shaw.ca";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue