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

  home.stateVersion = "23.05";

  imports = [ ./mac.nix ];

  programs.git = { userEmail = "franck@fcuny.net"; };
}