nixos/home/git/work.nix

5 lines
100 B
Nix

{...}: {
imports = [./common.nix];
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
}