nixos/home/git/work.nix

6 lines
104 B
Nix

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