dotfiles/config/users/config/user1.nix
2025-01-08 19:06:14 -06:00

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
};
}