mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-11 22:34:38 -05:00
13 lines
194 B
Nix
Executable file
13 lines
194 B
Nix
Executable file
{user1}: let
|
|
inherit
|
|
user1
|
|
;
|
|
in {
|
|
name = "Garnet";
|
|
email = {
|
|
address0 = "ninaeffler@gmail.com";
|
|
};
|
|
paths = {
|
|
path0 = "/home/${user1}/Files/Projects"; # Git path
|
|
};
|
|
}
|