nixos/home/git/personal.nix
Evie Litherland-Smith 52ff1c36a3 Delete root user config per machine as it's common to all
Move root user home-config into home/default.nix so that it's used by all
Removed personal/work specific things from root user
2023-05-31 10:54:57 +01:00

5 lines
87 B
Nix

{...}: {
imports = [./default.nix];
programs.git.userEmail = "evie@xenia.me.uk";
}