about summary refs log tree commit diff
path: root/nix/profiles/home-manager/work.nix
blob: 31edd7ed3d89786e6881abd95c7b164dcb0b2efc (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }: {

  home.stateVersion = "23.05";

  imports = [ ./mac.nix ];

  programs.git = { userEmail = "fcuny@roblox.com"; };
}