Evie Litherland-Smith
52ff1c36a3
Move root user home-config into home/default.nix so that it's used by all Removed personal/work specific things from root user
5 lines
87 B
Nix
5 lines
87 B
Nix
{...}: {
|
|
imports = [./default.nix];
|
|
programs.git.userEmail = "evie@xenia.me.uk";
|
|
}
|